Fix: Bottom-Nav z-index 300→700 (über Leaflet), Routen-Buttons auf refresh() aktualisiert
This commit is contained in:
parent
79e88b43ca
commit
4030da3776
3 changed files with 30 additions and 3 deletions
|
|
@ -164,7 +164,7 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 300;
|
||||
z-index: 700; /* über Leaflet-Panes (~400) */
|
||||
min-height: calc(var(--nav-bottom-height) + var(--safe-bottom));
|
||||
padding-top: var(--space-1);
|
||||
padding-bottom: calc(var(--safe-bottom) + var(--space-1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue