It's there, there's just not much contrast...

image

I use this code in userchrome.css to make it lighter.

::-webkit-scrollbar-thumb {
    /* changes the scrollbar colour */
    background: #c0c0c0 !important;
}
1 Like