mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 06:03:08 +02:00
Supports scrollbar width in Firefox (#4319)
* Supports scrollbar width in Firefox * fix style
This commit is contained in:
parent
1bc531edbd
commit
9c167acbd9
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ html
|
|||
height 100%
|
||||
background var(--bg)
|
||||
|
||||
&, div, textarea
|
||||
scrollbar-width thin
|
||||
|
||||
&, *
|
||||
scrollbar-color var(--scrollbarHandle) var(--scrollbarTrack)
|
||||
|
||||
|
|
Loading…
Reference in a new issue