We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0d2b76 + 4d9e145 commit 52da2bdCopy full SHA for 52da2bd
uncoder-os/src/assets/sass/helpers/mixins.sass
@@ -1,4 +1,6 @@
1
=scrollbars($size: 6px, $foreground-color: $backgroundSilverBlue, $background-color: transparent)
2
+ // Standard version (Firefox only for now)
3
+ scrollbar-color: $foreground-color $background-color
4
// For Chrome & Safari
5
&::-webkit-scrollbar
6
width: $size
@@ -8,6 +10,3 @@
8
10
border-radius: 10px
9
11
&::-webkit-scrollbar-track
12
background: $background-color
-
- // Standard version (Firefox only for now)
13
- scrollbar-color: $foreground-color $background-color
0 commit comments