Fix: Bottom-Nav z-index 300→700 (über Leaflet), Routen-Buttons auf refresh() aktualisiert

This commit is contained in:
rene 2026-04-19 12:25:33 +02:00
parent 79e88b43ca
commit 4030da3776
3 changed files with 30 additions and 3 deletions

View file

@ -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));