From 39984265e683c35d1475d12d9f68fa28f9faf6bf Mon Sep 17 00:00:00 2001 From: Vianpyro Date: Mon, 13 Jan 2025 13:21:47 -0500 Subject: [PATCH] Update global CSS to use 100svh for height --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index dbe2b15..0177233 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -21,7 +21,7 @@ body { background-color: var(--background-color); display: flex; flex-direction: column; - height: 100vh; + height: 100svh; margin: 0; width: 100%; }