Fix modals getting cut off
Some checks failed
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle
2026-09-14 21:29:58 +03:00
parent 89eada4cc1
commit eedb71597f
2 changed files with 4 additions and 5 deletions

View File

@@ -33,10 +33,6 @@
}
}
:global(html[data-fuse="true"]) .modal {
max-height: min(72dvh, calc(var(--visual-viewport-height, 100dvh) - 10rem));
}
.fullScreenModal {
width: 100%;
min-width: 100%;
@@ -45,7 +41,6 @@
border-radius: 0;
margin: 0;
padding-block-start: calc(env(safe-area-inset-top) + var(--s-6));
padding-block-end: var(--s-32);
}
@keyframes zoom-in-95 {