From b9319bab335cd9c75e4dedd58000930c4d2dfeed Mon Sep 17 00:00:00 2001 From: hanyugeon Date: Sun, 16 Jun 2024 17:13:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20pb-action-button=20env=EA=B0=92=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index e7f065a1..3b03e7b3 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -101,6 +101,6 @@ */ .pb-action-button { - @apply pb-[calc(env(safe-area-inset-bottom)+6.3rem)]; + @apply pb-[6.3rem]; } }