Hover scaling now sets width and height on scrollbar to 100% on hover.
This commit is contained in:
+2
-2
@@ -73,7 +73,7 @@
|
||||
&:active {
|
||||
height: map_get($theme, scrollbar-rail-scale-hover) * map_get($theme, scrollbar-x-rail-height);
|
||||
> .ps-scrollbar-x {
|
||||
height: map_get($theme, scrollbar-rail-scale-hover) * map_get($theme, scrollbar-x-rail-height);
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
&:active {
|
||||
width: map_get($theme, scrollbar-rail-scale-hover) * map_get($theme, scrollbar-y-rail-width);
|
||||
> .ps-scrollbar-y {
|
||||
width: map_get($theme, scrollbar-rail-scale-hover) * map_get($theme, scrollbar-y-rail-width);
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user