forked from treehouse/mastodon
fix(reset): Property name for styled scrollbars (#9210)
https://webplatform.news/issues/2018-10-26rebase/4.0.0rc2
parent
f5ebb739ec
commit
d6c7b01d08
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue