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) {