Merge pull request #3347 from Robbendebiene/patch-3

Make image non-blocking for pointer inputs
This commit is contained in:
Andy Allan 2021-10-20 10:15:24 +01:00 committed by GitHub
commit 3afc7ebb42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1063,6 +1063,7 @@ tr.turn:hover {
background-image: image-url("sign-up-illustration-arm.png");
position: absolute;
z-index: 100;
pointer-events: none;
}
}