Darkreader: [Dynamic] Scrollbars in gmail are virtually invisible

Created on 29 May 2018  路  4Comments  路  Source: darkreader/darkreader

image

Dynamic Theme bug

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

All 4 comments

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;
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

marcelpaulo picture marcelpaulo  路  3Comments

paperclone22 picture paperclone22  路  4Comments

nitrocode picture nitrocode  路  4Comments

ddaza picture ddaza  路  4Comments

MartinL0815 picture MartinL0815  路  3Comments