From dd8ee94936ac8d5f6f1f21284f2c177116f71034 Mon Sep 17 00:00:00 2001 From: joojjang Date: Sun, 17 Nov 2024 02:55:40 +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?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/reset.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/reset.css b/src/styles/reset.css index c0209164..b50ff064 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -29,6 +29,10 @@ body { left: 50%; min-width: 320px; min-height: 100vh; + min-height: -webkit-fill-available; + /* height: 100vh; + height: -webkit-fill-available; + height: fill-available; */ @media (min-width: 768px) { width: 600px;