From e7879c57fbb5ca4819aafb73f308975bfda00d0f Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 13 Mar 2026 20:21:13 +0100 Subject: [PATCH] fix: remove scrollbar from pack list sidebar --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 0ac5417f..cd120e46 100644 --- a/static/style.css +++ b/static/style.css @@ -865,8 +865,7 @@ body.noselect, body.noselect * { align-items: center; flex: 1; min-height: 0; - overflow-y: auto; - overflow-x: hidden; + overflow: hidden; } .inv-pack-icon {