This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Merge pull request
#975
from tomfhowe/patch-4
Use autohiding scrollbars in Microsoft Edge
closed-social-glitch-2
Shel R
7 years ago
committed by
GitHub
parent
4a40b40324
9f43e3b428
commit
7f393a0b68
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save