fix(modal): limpa selecao e esconde barra de acoes ao fechar modal, previne overflow vertical

This commit is contained in:
VPS 4 Builder
2026-05-25 01:59:29 +02:00
parent 1dd7360634
commit 1737e5a145
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -705,6 +705,7 @@ body {
gap: 12px;
height: 100%;
align-items: stretch;
overflow-y: auto;
}
/* ---- HORIZONTAL (paisagem) ---- */