Fix: Karte Filter-Tabs Tablet safe-area-inset-top auf Desktop-Layout (SW by-v820)
This commit is contained in:
parent
25417364d2
commit
c185193ac9
5 changed files with 11 additions and 11 deletions
|
|
@ -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%; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue