Hello. I am creating modal window. A usual:
- Some full-screen wrapper with
z-index: 9999
,position: fixed
and so on. - And some content inside it
But My inteface is clickable throught modal despite pointer-events: none
and z-index
. What to do ?
Is it a known problem for plugin inside iframe ?