logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 7f393a0b68dc919f618556747c77b82a45b13f0e
parent: 4a40b40324aa50ec0c42d574f78bb45835dfe295
Author: Shel R <Yiskah.Raphen@gmail.com>
Date:   Fri,  7 Apr 2017 22:03:35 -0400

Merge pull request #975 from tomfhowe/patch-4

Use autohiding scrollbars in Microsoft Edge

Diffstat:

Mapp/assets/stylesheets/components.scss4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss @@ -1,5 +1,9 @@ @import 'variables'; +.app-body{ + -ms-overflow-style: -ms-autohiding-scrollbar; +} + .button { background-color: darken($color4, 3%); font-family: inherit;