Show default cursor in scrollbars

This commit is contained in:
Jesús Arroyo Torrens 2017-09-27 15:32:58 +02:00
parent 113141d86d
commit 4339cd0a69

View File

@ -61,6 +61,7 @@
&.ps-active-y > .ps-scrollbar-y-rail { &.ps-active-y > .ps-scrollbar-y-rail {
display: block; display: block;
background-color: map_get($theme, bar-bg); background-color: map_get($theme, bar-bg);
cursor: default !important;
} }
@include in-scrolling($theme); @include in-scrolling($theme);