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;

View file

@ -95,7 +95,7 @@
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
<link rel="stylesheet" href="/css/design-system.css?v=709">
<link rel="stylesheet" href="/css/layout.css?v=709">
<link rel="stylesheet" href="/css/components.css?v=709">
<link rel="stylesheet" href="/css/components.css?v=738">
</head>
<body>