Supports scrollbar width in Firefox (#4319)

* Supports scrollbar width in Firefox

* fix style
This commit is contained in:
MeiMei 2019-02-19 20:12:19 +09:00 committed by syuilo
parent 1bc531edbd
commit 9c167acbd9

View file

@ -11,6 +11,9 @@ html
height 100%
background var(--bg)
&, div, textarea
scrollbar-width thin
&, *
scrollbar-color var(--scrollbarHandle) var(--scrollbarTrack)