Skip to content

Commit e9a38cb

Browse files
custom scrollbar
1 parent f49cf1b commit e9a38cb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Tippy/styles.css

+16
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,19 @@ body {
126126
#logo:hover {
127127
transform: scale(1.1);
128128
}
129+
130+
::-webkit-scrollbar{
131+
width: 12px;
132+
}
133+
134+
::-webkit-scrollbar-track{
135+
background: #f6f6f6;
136+
}
137+
138+
::-webkit-scrollbar-thumb{
139+
background: #444971;
140+
}
141+
142+
::-webkit-scrollbar-thumb:hover{
143+
background: #353959;
144+
}

0 commit comments

Comments
 (0)