From d9be79fcfbaec43ab972d8ec0adec96a44ecb470 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Wed, 27 May 2026 16:57:29 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20record-modal=20overflow=20visible=20para?= =?UTF-8?q?=20n=C3=A3o=20cortar=20bot=C3=B5es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removido overflow: hidden do record-modal-content - Agora botões da prévia (descartar/salvar) não serão cortados --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index ba7d822..33984f0 100644 --- a/public/style.css +++ b/public/style.css @@ -2571,7 +2571,7 @@ code { .record-modal-content { max-width: 480px !important; border-radius: 20px !important; - overflow: hidden; + overflow: visible !important; } .record-modal-header {