Fix a CSS bug that an unwanted scrollbar appears.

This commit is contained in:
Hyunje Alex Jun
2015-02-11 15:53:41 +00:00
parent 427284337f
commit 7ab6c5e5ef
2 changed files with 6 additions and 2 deletions
+2 -2
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;