Update components.scss
Use nicer scrollbars in MS edge
This commit is contained in:
parent
b142a2ebf5
commit
8989569dd4
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
@import 'variables';
|
||||
|
||||
.app-body{
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: darken($color4, 3%);
|
||||
font-family: inherit;
|
||||
|
|
Loading…
Reference in a new issue