mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 05:04:25 +01:00
Fix: horizontal scrollbar height
This commit is contained in:
parent
75e4a063c0
commit
bbab18f53e
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ html:not([hide-scrollbar]) ::-webkit-scrollbar-thumb {
|
|||
}
|
||||
|
||||
html:not([hide-scrollbar]) ::-webkit-scrollbar {
|
||||
width: 8px !important;
|
||||
width: 4px !important;
|
||||
height: 4px !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
|
|
Loading…
Reference in a new issue