Improve page scrollbar

Fixed: Scrolling in Firefox in small window (requires refresh)
New: Style scrollbar in Firefox
Fixed: Scrolling with click and drag
Fixes #3088
Fixes #2706
This commit is contained in:
Qstick
2022-11-21 19:45:19 -06:00
parent d5cbb8f84f
commit ded45a53f3
7 changed files with 13 additions and 19 deletions
+3
View File
@@ -1,4 +1,7 @@
@define-mixin scrollbar {
scrollbar-color: var(--scrollbarBackgroundColor) transparent;
scrollbar-width: thin;
&::-webkit-scrollbar {
width: 10px;
height: 10px;