fix(reset): Property name for styled scrollbars (#9210)

https://webplatform.news/issues/2018-10-26
This commit is contained in:
Sorin Davidoi 2018-11-05 17:51:26 +00:00 committed by Eugen Rochko
parent f5ebb739ec
commit d6c7b01d08
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ table {
} }
html { html {
scrollbar-face-color: lighten($ui-base-color, 4%); scrollbar-color: lighten($ui-base-color, 4%) transparent;
scrollbar-track-color: rgba($base-overlay-background, 0.1);
} }
::-webkit-scrollbar { ::-webkit-scrollbar {