xue2han / react-dynamic-modal

Dynamically generated modal dialog component for ReactJS.
http://xue2han.github.io/react-dynamic-modal
MIT License
67 stars 15 forks source link

Modal ontop of modal? #10

Open KjellConnelly opened 7 years ago

KjellConnelly commented 7 years ago

I'm using react-dynamic-modal to create a full screen modal ontop of the home screen which works great. But now I want to be able to push another modal ontop of it. Any way to do this? Right now, it seem to just replace the first modal with the second one (I want a popup ontop of the full screen modal, so simply replacing one with the other isn't an option)

erwzqsdsdsf commented 5 years ago

I need this same