From cbf13f8dde50bae4e7579c8a5150766218b29db9 Mon Sep 17 00:00:00 2001 From: furaha707 Date: Thu, 22 Feb 2024 22:01:28 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20safe=20area=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.css b/src/main.css index 115f8d50..2eb500cc 100644 --- a/src/main.css +++ b/src/main.css @@ -10,6 +10,8 @@ min-width: var(--min-width); height: 100%; margin: 0 auto; + margin-bottom: constant(safe-area-inset-bottom); + margin-bottom: env(safe-area-inset-bottom); box-sizing: border-box; background-color: #fff; display: flex;