New style scrollbar in Firefox

(cherry picked from commit 9bd783d49c91600d6575fc86e7bdd56858c213f1)
pull/1645/head
Mark McDowall 2 years ago committed by Bogdan
parent 03647143e3
commit d10bdf4676

@ -1,4 +1,7 @@
@define-mixin scrollbar {
scrollbar-color: var(--scrollbarBackgroundColor) transparent;
scrollbar-width: thin;
&::-webkit-scrollbar {
width: 10px;
height: 10px;

Loading…
Cancel
Save