Fix: map-legend top: 28px global (kein Media-Query), deckt alle Geräte ab (SW by-v824)

This commit is contained in:
rene 2026-05-10 10:03:58 +02:00
parent d078fb4b51
commit 666cdd3a73
5 changed files with 11 additions and 13 deletions

View file

@ -3087,15 +3087,13 @@ html.modal-open {
}
@media (min-width: 768px) {
.map-full-layout { top: 0; left: var(--nav-sidebar-width); bottom: 0; }
/* 28px: iPad-Statusleiste (20px) + etwas Abstand */
.map-legend { top: 28px; }
}
.map-full { width: 100%; height: 100%; }
/* Legende: horizontaler Scroll-Strip oben */
.map-legend {
position: absolute;
top: var(--space-2);
top: 28px; /* mind. Status-Leisten-Höhe auf Tablet/iPad */
left: 42px; /* Zoom-Control (+/-) freilassen */
right: 0;
z-index: 1000;