aehbaer
This commit is contained in:
parent
0707bd33a2
commit
50f739e161
@ -425,7 +425,7 @@ body {
|
|||||||
box-shadow 0.2s ease,
|
box-shadow 0.2s ease,
|
||||||
opacity 0.2s ease;
|
opacity 0.2s ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
isolation: isolate; /* eigener Stacking-Context: img z-index:1 schlaegt ::before sicher */
|
z-index: 0; /* eigener Stacking-Context: img z-index:2 schlaegt ::before sicher – kein isolation:isolate (GPU-Compositing-Bug mit overflow:hidden) */
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
box-shadow: 0 calc(var(--s) * 4) calc(var(--s) * 12) rgba(0, 0, 0, 0.4);
|
box-shadow: 0 calc(var(--s) * 4) calc(var(--s) * 12) rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
@ -433,6 +433,7 @@ body {
|
|||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
z-index: 0; /* explizit unter dem Karten-Image (z-index:2) */
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
160deg,
|
160deg,
|
||||||
rgba(255, 255, 255, 0.06) 0%,
|
rgba(255, 255, 255, 0.06) 0%,
|
||||||
|
|||||||
@ -473,7 +473,7 @@
|
|||||||
onerror="this.src='/images/items/rueckseite.png'"
|
onerror="this.src='/images/items/rueckseite.png'"
|
||||||
title="${card.name}"
|
title="${card.name}"
|
||||||
draggable="false"
|
draggable="false"
|
||||||
style="position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;z-index:1;">
|
style="position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;z-index:2;">
|
||||||
${statsHtml}${readyBadge}`
|
${statsHtml}${readyBadge}`
|
||||||
: `<div style="display:flex;flex-direction:column;align-items:center;
|
: `<div style="display:flex;flex-direction:column;align-items:center;
|
||||||
justify-content:center;height:100%;gap:4px;font-family:Cinzel,serif;">
|
justify-content:center;height:100%;gap:4px;font-family:Cinzel,serif;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user