Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions uncoder-os/src/assets/sass/helpers/mixins.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
=scrollbars($size: 6px, $foreground-color: $backgroundSilverBlue, $background-color: transparent)
// Standard version (Firefox only for now)
scrollbar-color: $foreground-color $background-color
// For Chrome & Safari
&::-webkit-scrollbar
width: $size
Expand All @@ -8,6 +10,3 @@
border-radius: 10px
&::-webkit-scrollbar-track
background: $background-color

// Standard version (Firefox only for now)
scrollbar-color: $foreground-color $background-color