Fix: Karte Filter-Tabs Tablet top: 28px fix (kein env/max) (SW by-v823)
This commit is contained in:
parent
47bb1e202e
commit
d078fb4b51
5 changed files with 12 additions and 12 deletions
|
|
@ -3087,8 +3087,8 @@ html.modal-open {
|
|||
}
|
||||
@media (min-width: 768px) {
|
||||
.map-full-layout { top: 0; left: var(--nav-sidebar-width); bottom: 0; }
|
||||
/* max(): mind. 20px für iPad-Statusleiste (kein Safe-Area-Inset ohne Notch) */
|
||||
.map-legend { top: calc(max(env(safe-area-inset-top, 0px), 20px) + var(--space-2)); }
|
||||
/* 28px: iPad-Statusleiste (20px) + etwas Abstand */
|
||||
.map-legend { top: 28px; }
|
||||
}
|
||||
.map-full { width: 100%; height: 100%; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue