diff --git a/css/style.css b/css/style.css index fb6c458..4858704 100644 --- a/css/style.css +++ b/css/style.css @@ -40,7 +40,7 @@ body::before { flex-shrink: 0; text-align: center; padding: 7px 16px; - padding-bottom: calc(7px + env(safe-area-inset-bottom)); + padding-bottom: max(7px, env(safe-area-inset-bottom)); background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.06); z-index: 100;