We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53705d commit 9a93a2cCopy full SHA for 9a93a2c
src/mixins/webkit-visible-scrollbar.js
@@ -16,4 +16,10 @@ export const webkitVisibleScrollbar = css`
16
&::-webkit-scrollbar-thumb:hover {
17
background-color: ${getRgbColor("border", 0.5)};
18
}
19
+ &::-webkit-scrollbar-track-piece {
20
+ background-color: ${getRgbColor("border", 0.3)};
21
+ }
22
+ &::-webkit-scrollbar-corner {
23
24
25
`
0 commit comments