Skip to content

Commit 68c6fd0

Browse files
committed
Changing background color of scrollbar to not be red
1 parent 8feeab2 commit 68c6fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/assets/stylesrc/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body.guide {
22
&::-webkit-scrollbar {
33
width: 12px;
4-
background-color: transparent;
4+
background-color: $gray-100;
55
}
66

77
&::-webkit-scrollbar-track {

0 commit comments

Comments
 (0)