From 50de20c5a7d75c13cf8494e07ed1f6859edf6bbe Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 13 Mar 2026 20:09:14 +0100 Subject: [PATCH] fix: restore item grid scrollbar (was overflow-y: hidden) --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 964b2269..0ac5417f 100644 --- a/static/style.css +++ b/static/style.css @@ -954,7 +954,7 @@ body.noselect, body.noselect * { padding: 4px; border: 1px solid var(--ac-border-light); flex: 1; - overflow-y: hidden; + overflow-y: auto; min-height: 0; align-content: start; justify-content: start;