Fix: Zoom-Control auf Tablet 28px runter (leaflet-top padding-top) (SW by-v825)

This commit is contained in:
rene 2026-05-10 10:09:37 +02:00
parent 666cdd3a73
commit 36ccd7815e
5 changed files with 12 additions and 10 deletions

View file

@ -3087,6 +3087,8 @@ html.modal-open {
}
@media (min-width: 768px) {
.map-full-layout { top: 0; left: var(--nav-sidebar-width); bottom: 0; }
/* Zoom-Control und Filter-Tabs unter die Statusleiste schieben */
.map-full-layout .leaflet-top { padding-top: 28px; }
}
.map-full { width: 100%; height: 100%; }