Fix: horizontal scrollbar height

This commit is contained in:
Aroy-Art 2023-02-28 10:52:47 +01:00
parent 75e4a063c0
commit bbab18f53e
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -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 {