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 {