You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
Then the container is scrolling instead and all scrollbars under the container can have var-styling.
My suggestions for theming on scrollbars is either the solution in my PR, or I also found these for dark-theme:
on *::-webkit-scrollbar-track: background: #202020
on *::-webkit-scrollbar-thumb: background: #3e3e3e
If you like these, they would need to be added... somewhere. I'm shabby with scss, didn't know where to put it. But I think the values in the PR are also ok.
The text was updated successfully, but these errors were encountered:
I tried several different options (several hours) and until scrollbar-theming has some default way to be changed, this works:
Then the container is scrolling instead and all scrollbars under the container can have var-styling.
My suggestions for theming on scrollbars is either the solution in my PR, or I also found these for dark-theme:
on
*::-webkit-scrollbar-track
:background: #202020
on
*::-webkit-scrollbar-thumb
:background: #3e3e3e
If you like these, they would need to be added... somewhere. I'm shabby with scss, didn't know where to put it. But I think the values in the PR are also ok.
The text was updated successfully, but these errors were encountered: