fix(pwa): fix bottom nav safe-area padding causing extra gap on iOS

pwa.css safe-area padding-bottom rule and body::after fill-overlay commented out.
glass.css nav-bottom uses margin-bottom: 0 instead; --hidden state uses
translateY(100%) + negative margin so the bar disappears without leaving a gap.
layout.css removes redundant padding-bottom from .nav-bottom rule.
This commit is contained in:
Konrad M.
2026-04-21 21:54:26 +02:00
parent 25d2b42ba3
commit 28e2ca6b01
3 changed files with 8 additions and 6 deletions
-1
View File
@@ -131,7 +131,6 @@
z-index: var(--z-nav);
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
padding-bottom: var(--safe-area-inset-bottom);
}
/* ── Items-Reihe ── */