Browse Source

Update components.scss

Use nicer scrollbars in MS edge
closed-social-glitch-2
tom 7 years ago
committed by GitHub
parent
commit
8989569dd4
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/assets/stylesheets/components.scss

+ 4
- 0
app/assets/stylesheets/components.scss 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;

Loading…
Cancel
Save