summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_perfect-scrollbar.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-10 02:38:19 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-10 02:38:19 +0500
commit53d0420e2436e203e8467f22ea066ea13b2bce41 (patch)
tree985ede53f03e32ff2964ea596ee776707317d15f /web/sass-files/sass/partials/_perfect-scrollbar.scss
parent763618ef3613d0af6baea0e1d49abb6641979841 (diff)
downloadchat-53d0420e2436e203e8467f22ea066ea13b2bce41.tar.gz
chat-53d0420e2436e203e8467f22ea066ea13b2bce41.tar.bz2
chat-53d0420e2436e203e8467f22ea066ea13b2bce41.zip
Improving mentions list and other UI improvements
Diffstat (limited to 'web/sass-files/sass/partials/_perfect-scrollbar.scss')
-rwxr-xr-xweb/sass-files/sass/partials/_perfect-scrollbar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_perfect-scrollbar.scss b/web/sass-files/sass/partials/_perfect-scrollbar.scss
index f253d0792..f38c6062f 100755
--- a/web/sass-files/sass/partials/_perfect-scrollbar.scss
+++ b/web/sass-files/sass/partials/_perfect-scrollbar.scss
@@ -3,7 +3,7 @@
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
display: block; }
.ps-container.ps-in-scrolling {
- pointer-events: none; }
+ }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9;
@@ -85,7 +85,7 @@
/* there must be 'right' for ps-scrollbar-y */
width: 8px; }
.ps-container:hover.ps-in-scrolling {
- pointer-events: none; }
+ }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9;