New: Wider and taller scroll bar for the click to scrollers out there

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2019-08-04 22:08:39 -04:00
parent dc6621ee06
commit 593259b1c0
3 changed files with 49 additions and 5 deletions

View file

@ -1,7 +1,7 @@
@define-mixin scrollbar {
&::-webkit-scrollbar {
width: 6px;
height: 6px;
width: 10px;
height: 10px;
}
}
@ -13,7 +13,7 @@
@define-mixin scrollbarThumb {
&::-webkit-scrollbar-thumb {
min-height: 50px;
min-height: 100px;
border: 1px solid transparent;
border-radius: 5px;
background-color: $scrollbarBackgroundColor;