Skip to content

Commit 5b84094

Browse files
committed
Improve scroll bar for all platforms
1 parent fe18579 commit 5b84094

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

dist/css/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ body {
2929
align-items: center;
3030
}
3131

32+
::-webkit-scrollbar {
33+
width: 8px;
34+
height: 8px;
35+
background-color: #555;
36+
}
37+
::-webkit-scrollbar-thumb {
38+
background-color: #333;
39+
}
40+
::-webkit-scrollbar-corner {
41+
background-color: #333;
42+
}
43+
3244
@media print {
3345
@page {
3446
size: auto;

0 commit comments

Comments
 (0)