From 1b2c39ea12036fdbdf3991040c94daba6f78e374 Mon Sep 17 00:00:00 2001 From: joojjang Date: Sun, 17 Nov 2024 06:03:16 +0900 Subject: [PATCH] =?UTF-8?q?fix(css):=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20?= =?UTF-8?q?=EB=B8=8C=EB=9D=BC=EC=9A=B0=EC=A0=80=20=EB=86=92=EC=9D=B4=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=ED=94=BD=EC=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 40afaf1..507d5c9 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -27,8 +27,8 @@ body { position: relative; transform: translateX(-50%); left: 50%; - height: 100vh; - height: -webkit-fill-available; /* 모바일 브라우저 대응 */ + min-height: 100vh; + min-height: -webkit-fill-available; /* 모바일 브라우저 대응 */ min-width: 320px; @media (min-width: 768px) {