From 06c16ab2a9e66a3d5679f9c444b90a26678c6b6a Mon Sep 17 00:00:00 2001 From: rever-tecnologia Date: Thu, 18 Dec 2025 13:50:19 -0300 Subject: [PATCH] fix(desktop): impede scroll na tela de desativacao MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Usa fixed inset-0 com overflow-hidden para bloquear scroll 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- apps/desktop/src/components/DeactivationScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/components/DeactivationScreen.tsx b/apps/desktop/src/components/DeactivationScreen.tsx index 46d7818..f59f90e 100644 --- a/apps/desktop/src/components/DeactivationScreen.tsx +++ b/apps/desktop/src/components/DeactivationScreen.tsx @@ -20,7 +20,7 @@ export function DeactivationScreen({ companyName, onRetry }: DeactivationScreenP } return ( -
+