From eaf5e15031f4d7ec83ac34b19b62e4983cabbb3b Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:44:11 +0200 Subject: [PATCH] Add padding to the top of mobile menu modal to fix PWA --- app/components/MobileNav.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/MobileNav.module.css b/app/components/MobileNav.module.css index 9de021a51..9c2a98234 100644 --- a/app/components/MobileNav.module.css +++ b/app/components/MobileNav.module.css @@ -178,6 +178,7 @@ align-items: center; gap: var(--s-2); padding-inline: var(--s-4); + padding-block-start: env(safe-area-inset-top); background-color: var(--color-bg-high); border-bottom: 1.5px solid var(--color-border); border-top: 1.5px solid var(--color-border);