From e6a8e67997e22d1d9c5a8e7d07899be15cf88d6d Mon Sep 17 00:00:00 2001 From: VPS 4 Builder Date: Tue, 9 Jun 2026 22:51:58 +0200 Subject: [PATCH] fix(modal): maximizar nao estoura altura (h-full preenche overlay, sem padding) - fullscreen usa h-full + remove padding do overlay (antes h-dvh + sm:p-4 estourava) Co-Authored-By: Claude Opus 4.8 --- frontend/components/StackModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/StackModal.tsx b/frontend/components/StackModal.tsx index 3b4696a..e8a18c4 100644 --- a/frontend/components/StackModal.tsx +++ b/frontend/components/StackModal.tsx @@ -38,11 +38,11 @@ export const StackModal: React.FC<{ isOpen: boolean; onClose: () => void; root: const canBack = stack.length > 1; return ( -
+