Trigger the event of a lower z-index element, when a higher z-index element is on top

I have an element on top of its siblings. This causes the siblings event listeners to be non-reactive. Is there a way to trigger the event of a lower z-index element, when a higher z-index element is on top?

pointer-events: none; worked

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.