diff --git a/app/components/elements/Dialog.module.css b/app/components/elements/Dialog.module.css index 171cee355..1a4df399e 100644 --- a/app/components/elements/Dialog.module.css +++ b/app/components/elements/Dialog.module.css @@ -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 { diff --git a/changelog/2026-09-14-modal-height.md b/changelog/2026-09-14-modal-height.md new file mode 100644 index 000000000..3418ff9f1 --- /dev/null +++ b/changelog/2026-09-14-modal-height.md @@ -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