Fix: Karte Tablet — map füllt voll, Filter-Tabs unter Statusleiste (safe-top) (SW by-v821)

This commit is contained in:
rene 2026-05-10 09:38:36 +02:00
parent c185193ac9
commit c96e6e1fac
5 changed files with 12 additions and 11 deletions

View file

@ -3086,7 +3086,8 @@ html.modal-open {
z-index: 1;
}
@media (min-width: 768px) {
.map-full-layout { top: var(--safe-top); left: var(--nav-sidebar-width); bottom: 0; }
.map-full-layout { top: 0; left: var(--nav-sidebar-width); bottom: 0; }
.map-legend { top: calc(var(--safe-top) + var(--space-2)); }
}
.map-full { width: 100%; height: 100%; }