fix: Avoid duplicate scrollbars

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-08-29 11:33:16 +02:00
parent a4f2a99776
commit fb54b8126a
2 changed files with 6 additions and 2 deletions

View File

@@ -190,8 +190,7 @@ export default {
.modal__card {
width: 100%;
min-width: 100%;
height: 100vh;
max-height: calc(100vh - 120px);
height: calc(100% - 20px);
overflow: hidden;
}