fix: remove scrollbars on hover in transform modal
This commit is contained in:
@@ -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.4">
|
||||
<link rel="stylesheet" href="/style.css?v=2.5">
|
||||
</head>
|
||||
<body>
|
||||
<div class="app-container">
|
||||
|
||||
@@ -705,7 +705,9 @@ body {
|
||||
gap: 12px;
|
||||
height: 100%;
|
||||
align-items: stretch;
|
||||
overflow-y: auto;
|
||||
overflow: hidden;
|
||||
padding: 6px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* ---- HORIZONTAL (paisagem) ---- */
|
||||
|
||||
Reference in New Issue
Block a user