[frontend/components] Make mobile layout menu respect safe-area-inset

This commit is contained in:
Lilian 2025-02-10 13:46:15 +01:00
parent a6346b7429
commit 1701654f89
No known key found for this signature in database

View file

@ -25,5 +25,6 @@
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
z-index: +26;
padding-bottom: env(safe-area-inset-bottom);
}
}