about summary refs log tree commit diff
diff options
context:
space:
mode:
authorShel R <Yiskah.Raphen@gmail.com>2017-04-07 22:03:35 -0400
committerGitHub <noreply@github.com>2017-04-07 22:03:35 -0400
commit7f393a0b68dc919f618556747c77b82a45b13f0e (patch)
treeab2b6bb407ca6310d63b84af6f64ab4dca90a2dc
parent4a40b40324aa50ec0c42d574f78bb45835dfe295 (diff)
parent9f43e3b428c0adea4af75fc4e340799954e42221 (diff)
Merge pull request #975 from tomfhowe/patch-4
Use autohiding scrollbars in Microsoft Edge
-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;