I’m using a div to render a shadow over some content that is passing underneath. The problem is that when the content if located under the div with the shadow you can no longer interact with the div under the shadow.
Is there any way to work around this?
Thanks
You can use the
pointer-eventsCSS property in Firefox and Chrome/Safari to let mouse clicks pass through elements. In other browsers you’d have to detect the clicks and pass them through yourself.