Add padding to the top of mobile menu modal to fix PWA

This commit is contained in:
Kalle
2026-03-19 18:44:11 +02:00
parent 6d02372921
commit eaf5e15031

View File

@@ -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);