How can I click on an image with a specific Zindex?

0

I have a problem I need to detect the event click on an image with a specific index, before clicking the id of the image I want to click, but it prevents me from detecting the event click on the image I want because there are other images with z higher index, I appreciate the help to solve this problem.

    
asked by Jcastillovnz 24.10.2018 в 20:02
source

1 answer

1

To the images that are above you ask to add a "pointer-events: none" in CSS so that the click event does not affect them

    
answered by 25.10.2018 в 00:39