From d06e5253856e9bb3e492d4a03914bbaf510c426c Mon Sep 17 00:00:00 2001 From: passthem Date: Wed, 1 Apr 2026 23:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20lvh=20=E8=80=8C=E9=9D=9E?= =?UTF-8?q?=20dvh=20=E5=A2=9E=E5=BC=BA=E7=A7=BB=E5=8A=A8=E7=AB=AF=E4=BD=93?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index c7ba3c7..b28789c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -234,7 +234,7 @@ try { .slide { scroll-snap-align: start; scroll-snap-stop: always; - height: 100dvh; + height: 100lvh; display: flex; align-items: center; justify-content: center;