Skip to main content

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 ?

There is a dialog element available, its new and awesome


MDN Web Docs

I used it for my plugin, it works great and doesn’t have accessibility drawbacks


Thanks, Pavel @Pavel_Kiselev