How to create modal window in plugin UI?

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

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

1 Like

Thanks, Pavel @Pavel_Kiselev