Merge pull request #132 from Feasul/patch-2
Prevent scrollbar rail disappearance during scrolling.
This commit is contained in:
commit
f77fa0b05b
@ -27,6 +27,7 @@
|
||||
}
|
||||
|
||||
.ps-container .ps-scrollbar-x-rail.in-scrolling {
|
||||
background-color: #eee;
|
||||
opacity: 0.9;
|
||||
filter: alpha(opacity = 90);
|
||||
}
|
||||
@ -60,6 +61,7 @@
|
||||
}
|
||||
|
||||
.ps-container .ps-scrollbar-y-rail.in-scrolling {
|
||||
background-color: #eee;
|
||||
opacity: 0.9;
|
||||
filter: alpha(opacity = 90);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user