diff --git a/src/lib/components/bottomModalAlert.svelte b/src/lib/components/bottomModalAlert.svelte index 064ac1b55..760e66386 100644 --- a/src/lib/components/bottomModalAlert.svelte +++ b/src/lib/components/bottomModalAlert.svelte @@ -328,8 +328,8 @@ top: 50%; left: 50%; display: flex; - min-width: 100vw; - min-height: 100vh; + min-width: 100%; + min-height: 100%; align-items: center; justify-content: center;