I have a issue where a dialog is opened right after another one but want the user to interact with the dialog that was opened first. Is there a way to bring that first dialog to the front?
Asked
Active
Viewed 421 times
2
-
2Opening multiple dialogs is not inline with the material philosophy. Can you provide some context? – Mathieu de Lorimier Feb 08 '18 at 20:49
-
You could try to mess with the z-index to bring the item in front of the other dialog. But as Mathieu said, you should not be having two dialogs at once. – David Anthony Acosta Feb 08 '18 at 20:51