Fix: Karte Filter-Tabs Tablet safe-area-inset-top auf Desktop-Layout (SW by-v820)

This commit is contained in:
rene 2026-05-10 09:29:01 +02:00
parent 25417364d2
commit c185193ac9
5 changed files with 11 additions and 11 deletions

View file

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