From c027573e106cd88eff2787e593bbf88694f57a5d Mon Sep 17 00:00:00 2001 From: rene Date: Wed, 6 May 2026 19:22:40 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20worlds-overlay=20z-index=2050=E2=86=9245?= =?UTF-8?q?0=20=E2=80=94=20Leaflet-Kacheln=20aus=20Routen=20bluten=20nicht?= =?UTF-8?q?=20mehr=20durch=20(SW=20by-v738)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/css/components.css | 2 +- backend/static/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/static/css/components.css b/backend/static/css/components.css index d3dcc37..2f95c24 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -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; diff --git a/backend/static/index.html b/backend/static/index.html index 1973c24..03c04f5 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -95,7 +95,7 @@ - +