Skip to content

Commit 9a93a2c

Browse files
committed
Fixed scroll minor ui issue.
1 parent d53705d commit 9a93a2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/mixins/webkit-visible-scrollbar.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@ export const webkitVisibleScrollbar = css`
1616
&::-webkit-scrollbar-thumb:hover {
1717
background-color: ${getRgbColor("border", 0.5)};
1818
}
19+
&::-webkit-scrollbar-track-piece {
20+
background-color: ${getRgbColor("border", 0.3)};
21+
}
22+
&::-webkit-scrollbar-corner {
23+
background-color: ${getRgbColor("border", 0.3)};
24+
}
1925
`

0 commit comments

Comments
 (0)