set scrollbar-width globally since it's not inherited
This commit is contained in:
parent
c1611efa2f
commit
635854aaef
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
||||||
/* Scrollbar colors and width - applied globally */
|
/* Scrollbar colors and width - applied globally */
|
||||||
@namespace url("http://www.w3.org/1999/xhtml");
|
@namespace url("http://www.w3.org/1999/xhtml");
|
||||||
:root{
|
:root{ scrollbar-color: rgb(210,210,210) rgb(46,54,69); }
|
||||||
scrollbar-color: rgb(210,210,210) rgb(46,54,69);
|
*{ scrollbar-width: thin }
|
||||||
scrollbar-width: thin;
|
|
||||||
}
|
|
Loading…
Reference in a new issue