Update components.scss

Use nicer scrollbars in MS edge
This commit is contained in:
tom 2017-04-05 12:10:25 -04:00 committed by GitHub
parent b142a2ebf5
commit 8989569dd4
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;