From a531b731a7c804a40d184c3839f29260a786afab Mon Sep 17 00:00:00 2001 From: moris Date: Sat, 22 Feb 2025 08:13:50 +0900 Subject: [PATCH] =?UTF-8?q?iPhone=E5=AF=BE=E5=BF=9C(dvh)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/(DefaultStyle)/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(DefaultStyle)/+layout.svelte b/src/routes/(DefaultStyle)/+layout.svelte index 85943d9..c315f0c 100644 --- a/src/routes/(DefaultStyle)/+layout.svelte +++ b/src/routes/(DefaultStyle)/+layout.svelte @@ -53,7 +53,7 @@ flex-direction: column; background-color: var(--back-color); transition: background-color 1s; - min-height: 100vh; + min-height: 100dvh; } #devTicker {