scrollbar-widthを設定するように (#6495)

* scrollbar-widthを設定するように

* fix
This commit is contained in:
MeiMei 2020-07-05 11:37:45 +09:00 committed by GitHub
parent 443b45e509
commit b08e3f59d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ html {
&, * {
scrollbar-color: var(--scrollbarHandle) var(--panel);
scrollbar-width: thin;
&:hover {
scrollbar-color: var(--scrollbarHandleHover) var(--panel);