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:
parent
20a65b2b94
commit
7b83e568e6
1 changed files with 1 additions and 0 deletions
|
@ -1063,6 +1063,7 @@ tr.turn:hover {
|
|||
background-image: image-url("sign-up-illustration-arm.png");
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue