Replies: 1 comment 1 reply
-
Maybe we can use CSS variables to do this? For example: :root {
--scrollbar-track-width: 8px;
}
/* overwrite */
.your-scrollbar {
--scrollbar-track-width: 10px;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if we want to change the styling of the scroll bar thumb and tracks we have to overwrite the default styling from node modules. If basics settings like color transparency tracks color width padding etc could be set through config would be awesome
Beta Was this translation helpful? Give feedback.
All reactions