From a30e6f9ae09a9e7bad28a2a0afab2ee39c04067c Mon Sep 17 00:00:00 2001 From: joojjang Date: Sun, 17 Nov 2024 06:08:12 +0900 Subject: [PATCH] fix --- src/styles/reset.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/reset.css b/src/styles/reset.css index 4286ef7..0c62b6f 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -27,8 +27,8 @@ body { position: relative; transform: translateX(-50%); left: 50%; - min-height: 100vh; - height: -webkit-fill-available; /* 모바일 브라우저 대응 */ + height: 100vh; + min-height: -webkit-fill-available; /* 모바일 브라우저 대응 */ min-width: 320px; @media (min-width: 768px) {