New style scrollbar in Firefox

(cherry picked from commit 9bd783d49c91600d6575fc86e7bdd56858c213f1)
This commit is contained in:
Mark McDowall
2022-11-13 18:04:20 -08:00
committed by Bogdan
parent 03647143e3
commit d10bdf4676

View File

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