summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_scrollbar.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-05-19 18:29:15 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-05-19 09:29:15 -0400
commit5ea7d9bbef2cf9da229e66bd05af776479e76f56 (patch)
tree66f32d9114e88e3355e7936251487b774c52c184 /webapp/sass/components/_scrollbar.scss
parentc868620693c69e2931c3023460eaafd9f6d330b6 (diff)
downloadchat-5ea7d9bbef2cf9da229e66bd05af776479e76f56.tar.gz
chat-5ea7d9bbef2cf9da229e66bd05af776479e76f56.tar.bz2
chat-5ea7d9bbef2cf9da229e66bd05af776479e76f56.zip
Multiple UI Improvements (#3038)
Diffstat (limited to 'webapp/sass/components/_scrollbar.scss')
-rw-r--r--webapp/sass/components/_scrollbar.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/webapp/sass/components/_scrollbar.scss b/webapp/sass/components/_scrollbar.scss
index b6ec4f22f..b868c0bf0 100644
--- a/webapp/sass/components/_scrollbar.scss
+++ b/webapp/sass/components/_scrollbar.scss
@@ -29,3 +29,11 @@ body {
@include border-radius(2px);
@include alpha-property(background-color, $black, .5);
}
+
+.scrollbar--view {
+ -ms-overflow-style: none;
+
+ .browser--ie & {
+ margin: 0 !important;
+ }
+} \ No newline at end of file