fix interinstance popup thingy
Container image / image (push) Failing after 55s

This commit is contained in:
legop3
2026-09-15 21:18:09 -04:00
parent b47f1ba2ae
commit 785cc85476
11 changed files with 18 additions and 18 deletions
@@ -189,7 +189,7 @@ export function InterInstancePopup({ onClose }) {
<InterInstanceBrowserFrame
onClose={onClose}
scaledOverlay
className="inter-instance-overlay-frame"
className="inter-instance-overlay-frame w-fit [container-type:normal]"
bodyClassName="inter-instance-overlay-body overflow-y-auto p-0.5"
/>
</div>