Webkit-scrollbar select bug
If I set the colors of scrollbars using properties like 'webkit-scrollbar' then my single-item 'select' is not colored and the 'select' behaves strangely.
If I make it a 'multiple' 'select' then the colors and behaviour are fine.
I fixed this by excluding 'selects' with CSS selectors like:
:not(select)::-webkit-scrollbar
Comments
Post a Comment