From ff02f3b5db2c0d8789f2ec0e4430940ec4aa38c2 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Mon, 11 May 2026 16:54:33 +0200 Subject: [PATCH] fix(node-modal): cap height at 90vh with scroll Modal grew taller than viewport when icon picker expanded, hiding header and footer buttons. Constrain DialogContent to 90vh and add overflow-y-auto so all controls stay reachable. --- frontend/src/components/modals/NodeModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/modals/NodeModal.tsx b/frontend/src/components/modals/NodeModal.tsx index 487c951..714d67b 100644 --- a/frontend/src/components/modals/NodeModal.tsx +++ b/frontend/src/components/modals/NodeModal.tsx @@ -95,7 +95,7 @@ export function NodeModal({ open, onClose, onSubmit, initial, title = 'Add Node' return ( !o && onClose()}> - + {title}