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

nitrocode picture nitrocode  路  4Comments

jubyshu picture jubyshu  路  4Comments

moccon picture moccon  路  4Comments

FireMasterK picture FireMasterK  路  3Comments

BubiBalboa picture BubiBalboa  路  3Comments