Fix a CSS bug that an unwanted scrollbar appears.

This commit is contained in:
Hyunje Alex Jun
2015-01-25 16:24:17 +00:00
parent 427284337f
commit 7ab6c5e5ef
2 changed files with 6 additions and 2 deletions

View File

@@ -53,13 +53,13 @@ $ps-bar-hover: #999;
@mixin in-scrolling {
&.ps-in-scrolling {
pointer-events: none;
>.ps-scrollbar-x-rail {
&.ps-x>.ps-scrollbar-x-rail{
@include scrollbar-rail-hover;
>.ps-scrollbar-x {
@include scrollbar-hover;
}
}
>.ps-scrollbar-y-rail {
&.ps-y>.ps-scrollbar-y-rail {
@include scrollbar-rail-hover;
>.ps-scrollbar-y {
@include scrollbar-hover;