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]; } }