From f028e3421c33562229446953a7e42136c168d961 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 13 Mar 2026 20:07:38 +0100 Subject: [PATCH] fix: cap sidebar height to paperdoll, scroll pack list --- static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index ebcfeded..964b2269 100644 --- a/static/style.css +++ b/static/style.css @@ -822,9 +822,10 @@ body.noselect, body.noselect * { flex-direction: column; align-items: center; gap: 2px; - overflow: visible; + overflow: hidden; flex-shrink: 0; margin-right: 6px; + max-height: 264px; } .inv-burden-bar { @@ -864,6 +865,8 @@ body.noselect, body.noselect * { align-items: center; flex: 1; min-height: 0; + overflow-y: auto; + overflow-x: hidden; } .inv-pack-icon { @@ -2321,7 +2324,8 @@ table.ts-allegiance td:first-child { .inv-sidebar { width: 52px !important; align-items: center !important; - overflow: visible !important; + overflow: hidden !important; + max-height: 264px !important; } .inv-pack-icon {