diff --git a/src/frontend/src/lib/components/ui/Modal.svelte b/src/frontend/src/lib/components/ui/Modal.svelte index 6c32f5b87..c6491bc17 100644 --- a/src/frontend/src/lib/components/ui/Modal.svelte +++ b/src/frontend/src/lib/components/ui/Modal.svelte @@ -117,6 +117,12 @@ max-height: -webkit-fill-available; } } + + @supports (-webkit-touch-callout: none) and (height: 100dvh) { + & { + height: calc(100dvh - 2.75rem); + } + } } .flex {