fix: increase custom scrollbar width (#914)
This commit is contained in:
parent
95336e0657
commit
eb5437e32a
|
@ -4,7 +4,7 @@
|
|||
--scrollbar-border-radius: 0;
|
||||
--scrollbar-face-color-hover: #{$scrollbar-face-hover};
|
||||
--scrollbar-face-color-active: #{$scrollbar-face-active};
|
||||
--scrollbar-width: 12px;
|
||||
--scrollbar-height: 12px;
|
||||
--scrollbar-width: calc(20px + .25em);
|
||||
--scrollbar-height: calc(20px + .25em);
|
||||
--scrollbar-background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue