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
fix(reset): Property name for styled scrollbars (
#9210
)
https://webplatform.news/issues/2018-10-26
pull/4/head
Sorin Davidoi
6 years ago
committed by
Eugen Rochko
parent
f5ebb739ec
commit
d6c7b01d08
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
app/javascript/styles/mastodon/reset.scss
+ 1
- 2
app/javascript/styles/mastodon/reset.scss
View File
@ -54,8 +54,7 @@ table {
}
html
{
scrollbar-face-color
:
lighten
(
$
ui-base-color
,
4
%
)
;
scrollbar-track-color
:
rgba
(
$
base-overlay-background
,
0
.
1
)
;
scrollbar-color
:
lighten
(
$
ui-base-color
,
4
%
)
transparent
;
}
:
:
-webkit-scrollbar
{
Write
Preview
Loading…
Cancel
Save