Skip to content

Commit d79fe6b

Browse files
authored
Merge pull request rutvikk05#14 from jayshreetundele/main
custom scrollbar
2 parents f49cf1b + e9a38cb commit d79fe6b

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)