From 77066e90ca648fb50f20b5d032847c4a5f248402 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 03:25:49 +0200 Subject: [PATCH] auto-git: [change] index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 486c2b7..b49b375 100644 --- a/index.html +++ b/index.html @@ -86,8 +86,8 @@ } .needs-relocation { opacity: 0.5; - pointer-events: auto; /* Wichtig: trotzdem klickbar lassen! */ - position: relative; + filter: grayscale(1); + pointer-events: auto !important; /* Damit Buttons weiter gehen */ } .needs-relocation::after { content: "!";