From 0f1fcc123176b54f1cd56d64bf3826f6cc9b6b18 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 13 Mar 2026 20:51:51 +0100 Subject: [PATCH] Fix active pack indicator: change sidebar/pack-list overflow to visible so yellow frame and arrow show --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index d4e6c71d..87cac143 100644 --- a/static/style.css +++ b/static/style.css @@ -816,7 +816,7 @@ body.noselect, body.noselect * { flex-direction: column; align-items: center; gap: 2px; - overflow: hidden; + overflow: visible; flex-shrink: 0; } @@ -857,7 +857,7 @@ body.noselect, body.noselect * { align-items: center; flex: 1; min-height: 0; - overflow: hidden; + overflow: visible; } .inv-pack-icon {