]> cat aescling's git repositories - mastodon.git/commitdiff
Update components.scss
authortom <tomfhowe@gmail.com>
Wed, 5 Apr 2017 16:10:25 +0000 (12:10 -0400)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2017 16:10:25 +0000 (12:10 -0400)
Use nicer scrollbars in MS edge

app/assets/stylesheets/components.scss

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