Fix: worlds-overlay z-index 50→450 — Leaflet-Kacheln aus Routen bluten nicht mehr durch (SW by-v738)
This commit is contained in:
parent
3a28673015
commit
c027573e10
2 changed files with 2 additions and 2 deletions
|
|
@ -7792,7 +7792,7 @@ svg.empty-state-icon {
|
||||||
#worlds-overlay {
|
#worlds-overlay {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
z-index: 50;
|
z-index: 450;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--c-bg);
|
background: var(--c-bg);
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||||
<link rel="stylesheet" href="/css/design-system.css?v=709">
|
<link rel="stylesheet" href="/css/design-system.css?v=709">
|
||||||
<link rel="stylesheet" href="/css/layout.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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue