diff --git a/src/styles/globals.css b/src/styles/globals.css index d157028..e5b5420 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -15,7 +15,7 @@ body { header.sticky { padding-top: env(safe-area-inset-top); - height: calc(3.5rem + env(safe-area-inset-top)); /* 3.5rem (h-14) + safe-area-inset-top */ + height: env(safe-area-inset-top); } }