fix(reset): Property name for styled scrollbars (#9210)
https://webplatform.news/issues/2018-10-26
This commit is contained in:
parent
f5ebb739ec
commit
d6c7b01d08
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue