change scrollbar behavior to be more compatible

This commit is contained in:
hippoz 2023-03-23 02:00:09 +02:00
parent a7a4b5b0f1
commit d193645b11
Signed by: hippoz
GPG key ID: 56C4E02A85F2FBED

View file

@ -41,10 +41,10 @@
}
@mixin scroll__h {
overflow-x: scroll;
overflow-x: auto;
}
@mixin scroll__v {
overflow-y: scroll;
overflow-y: auto;
}
@mixin scroll--auto-hide {
@extend .firefox-scrollbar--transparent;