Fix modals getting cut off
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

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 {

View File

@@ -0,0 +1,4 @@
---
type: bug
---
Modals no longer get cut short, full screen ones (such as the art viewer) now fill the whole screen