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
+2 -2
View File
@@ -6,7 +6,7 @@
<title>Gerenciador de Imagens Dentais</title>
<meta name="description" content="Sistema de gerenciamento de imagens de raio-X dental">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/style.css?v=2.3">
<link rel="stylesheet" href="/style.css?v=2.4">
</head>
<body>
<div class="app-container">
@@ -457,6 +457,6 @@
<!-- Application Script -->
<script src="/socket.io/socket.io.js"></script>
<script src="/app.js?v=2.2"></script>
<script src="/app.js?v=2.4"></script>
</body>
</html>