Keep path map at a fixed height on narrow screens

This commit is contained in:
MrAlders0n
2026-07-18 22:28:01 -04:00
parent 02ec63cc0f
commit 6af9d652aa
+1 -1
View File
@@ -64,7 +64,7 @@ export function PacketPathMapModal({ detail, onClose, initialSelectedKey }: {
</div>
<div className="flex-1 min-h-0 flex flex-col md:flex-row">
<div className="h-[55vh] md:h-auto md:flex-1 min-h-0 bg-bg-base">
<div className="h-[55vh] max-md:shrink-0 md:h-auto md:flex-1 min-h-0 bg-bg-base">
<PacketPathMap paths={paths} selectedKey={selectedKey} styleId={styleId} />
</div>
<div className="md:w-[220px] md:border-l border-t md:border-t-0 border-border flex flex-col min-h-0 overflow-y-auto">