AFAIK It's not possible this way.

The click event hits the topmost element in the viewport first, and
then starts bubbling up according to the DOM tree structure.

Why not place the element to the front (with a higher z-index)
instead? You could set it's opacity to 0 so it's invisible, but it's
still there and the click event would fire for that element.

Reply via email to