Fix: Zoom-Control auf Tablet 28px runter (leaflet-top padding-top) (SW by-v825)
This commit is contained in:
parent
666cdd3a73
commit
36ccd7815e
5 changed files with 12 additions and 10 deletions
|
|
@ -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%; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue