about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authortom <tomfhowe@gmail.com>2017-04-05 12:10:25 -0400
committerGitHub <noreply@github.com>2017-04-05 12:10:25 -0400
commit8989569dd42aabd9c768927f0975401af89bceb3 (patch)
tree6c3b66baccb9961162edf7d2dc85ce5b5065a478 /app
parentb142a2ebf51fb140062e52cb283736b6d4abe725 (diff)
Update components.scss
Use nicer scrollbars in MS edge
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/components.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index d233b3471..696e89418 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -1,5 +1,9 @@
 @import 'variables';
 
+.app-body{
+ -ms-overflow-style: -ms-autohiding-scrollbar; 
+}
+
 .button {
   background-color: darken($color4, 3%);
   font-family: inherit;