
I find that this is true on almost all pages. Maxing the brightness slider makes the scrollbar more visible (but the page text too bright). Maybe the base scrollbar brightness needs to be higher?
Edit: using the new Chrome UI
The same definitely also happens with the regular scroll bar of Chrome and the scrollbar in long Google Keep notes (even though it looks different without Dark Reader).
Made a fix for this issue #2409
@Gusted We just want to identify where the scrollbar is....A white border surrounding scrollbar is enough, no need to mess around with background, brightness or other things. Making the scrollbar filled with some color is not going to be way around. Please.
::-webkit-scrollbar-thumb {
border: 1px solid white;
border-radius: 15px;
background-color: whatever;
}
Most helpful comment
I find that this is true on almost all pages. Maxing the brightness slider makes the scrollbar more visible (but the page text too bright). Maybe the base scrollbar brightness needs to be higher?
Edit: using the new Chrome UI