Supports scrollbar width in Firefox (#4319)
* Supports scrollbar width in Firefox * fix style
This commit is contained in:
parent
1bc531edbd
commit
9c167acbd9
|
@ -11,6 +11,9 @@ html
|
||||||
height 100%
|
height 100%
|
||||||
background var(--bg)
|
background var(--bg)
|
||||||
|
|
||||||
|
&, div, textarea
|
||||||
|
scrollbar-width thin
|
||||||
|
|
||||||
&, *
|
&, *
|
||||||
scrollbar-color var(--scrollbarHandle) var(--scrollbarTrack)
|
scrollbar-color var(--scrollbarHandle) var(--scrollbarTrack)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue