1
0

Fix alignment and z-index in index.html

This commit is contained in:
2025-05-26 07:06:30 +02:00
parent b15f32ad01
commit 2f7c22148b

View File

@@ -168,10 +168,10 @@
background: radial-gradient(circle, rgba(255,230,100,0.9) 0%, rgba(255,230,100,0.15) 75%, rgba(0,0,0,0) 100%);
position: absolute;
left: 50%; top: 50%;
transform: translate(-50%, -60%); /* feinjustieren */
transform: translate(-50%, -60%);
width: 120px; height: 80px;
pointer-events: none;
z-index: 1; /* Katze muss drüber sein */
z-index: 1;
opacity: 1;
transition:
box-shadow 0.5s cubic-bezier(.8,.2,.2,1),