Fix chat underneath the nav element on PWA

This commit is contained in:
Kalle 2026-03-19 19:16:52 +02:00
parent d1e229e234
commit 6d8ae89d73

View File

@ -109,6 +109,7 @@
overflow: hidden;
display: flex;
flex-direction: column;
padding-block-end: env(safe-area-inset-bottom);
}
.panel[data-entering] {