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: "!";