Fix: worlds-overlay z-index 50→450 — Leaflet-Kacheln aus Routen bluten nicht mehr durch (SW by-v738)

This commit is contained in:
rene 2026-05-06 19:22:40 +02:00
parent 3a28673015
commit c027573e10
2 changed files with 2 additions and 2 deletions

View file

@ -7792,7 +7792,7 @@ svg.empty-state-icon {
#worlds-overlay {
position: fixed;
inset: 0;
z-index: 50;
z-index: 450;
overflow: hidden;
background: var(--c-bg);
display: none;