Merge pull request #975 from tomfhowe/patch-4

Use autohiding scrollbars in Microsoft Edge
lolsob-rspec
Shel R 2017-04-07 22:03:35 -04:00 committed by GitHub
commit b3f3c54b6a
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
@import 'variables';
.app-body{
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.button {
background-color: darken($color4, 3%);
font-family: inherit;