From a04474b675ec56ea0fb129657cfa5dd858aa721a Mon Sep 17 00:00:00 2001 From: Tobias Leuschner Date: Sun, 22 Feb 2026 12:25:25 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20max()=20f=C3=BCr=20den=20unteren=20?= =?UTF-8?q?Padding-Wert=20im=20rechtlichen=20Footer=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;