From 906831a151ebd71c8fa5741ea13a369e47d183ac Mon Sep 17 00:00:00 2001 From: alfrix Date: Sat, 30 Dec 2023 11:06:22 -0300 Subject: [PATCH] fix ui overflow #1220 this make the scrollbar buttons a lot smaller, there is no alternative, they simply don't fit they never did --- styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/base.css b/styles/base.css index 09bc12cc..5c7d9335 100644 --- a/styles/base.css +++ b/styles/base.css @@ -220,7 +220,7 @@ scrollbar button, scrollbar trough { border: none; background-color: @bg; - min-height: 2.5em; + min-height: 1em; } scrollbar slider {