Merge pull request #975 from tomfhowe/patch-4

Use autohiding scrollbars in Microsoft Edge
master
Shel R 8 years ago committed by GitHub
commit 7f393a0b68
  1. 4
      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;

Loading…
Cancel
Save