Skip to content

Commit f1bee3f

Browse files
committed
Fixed scrollbar width and height
1 parent 54b8c16 commit f1bee3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/index.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
::-webkit-scrollbar {
33
transition: width .2s linear;
44
width: 6px;
5-
}
6-
7-
:hover::-webkit-scrollbar {
8-
width: 8px;
5+
height: 6px;
96
}
107

118
::-webkit-scrollbar-thumb {

0 commit comments

Comments
 (0)