From 3770e678987f6e3fc905fdc4949bf36fc0846307 Mon Sep 17 00:00:00 2001 From: aleksa Date: Thu, 17 Apr 2025 04:06:02 +0200 Subject: [PATCH] fix(layout): use dvh to prevent mobile scroll issues --- src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index 06cf1dc..ca1d7f1 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -16,7 +16,7 @@ body { display: flex; justify-content: center; align-items: center; - height: 100vh; + height: 100dvh; margin: 0; text-align: center; }