Fix Mobile Layout

This commit is contained in:
Bastian Wagner
2026-08-03 15:25:37 +02:00
parent 145ebb924a
commit 09da67b8ef

View File

@@ -2,6 +2,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100dvh; height: 100dvh;
position: relative;
} }
.shell-header { .shell-header {