fix ui overflow #1220

this make the scrollbar buttons a lot smaller, there is no alternative, they simply don't fit they never did
This commit is contained in:
alfrix 2023-12-30 11:06:22 -03:00
parent 9efce50107
commit 906831a151

View File

@ -220,7 +220,7 @@ scrollbar button,
scrollbar trough { scrollbar trough {
border: none; border: none;
background-color: @bg; background-color: @bg;
min-height: 2.5em; min-height: 1em;
} }
scrollbar slider { scrollbar slider {