Make image non-blocking for pointer inputs

Currently the arm of the planet on https://www.openstreetmap.org/user/new is blocking pointer inputs on about a third of the email input field. This is solved by adding `pointer-events: none;` to the image.
This commit is contained in:
Robbendebiene 2021-10-20 09:52:47 +02:00 committed by GitHub
parent 20a65b2b94
commit 7b83e568e6
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"); background-image: image-url("sign-up-illustration-arm.png");
position: absolute; position: absolute;
z-index: 100; z-index: 100;
pointer-events: none;
} }
} }