From cebfa57af2ca22890c10dedf583c6edddfbcbded Mon Sep 17 00:00:00 2001 From: ItzNotABug Date: Sat, 21 Sep 2024 11:19:43 +0530 Subject: [PATCH] fix: dimensions on mobile. --- src/lib/components/bottomModalAlert.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;