Skip to content

Commit 779d610

Browse files
Merge pull request rails#51536 from jathayde/scrollbar-color-fix
Changing background color of scrollbar to not be red
2 parents 41d867d + 68c6fd0 commit 779d610

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)