If I open a dialog from within another dialog, its gets overlayed over the top. This means double the overlay (so it gets a lot darker) and the original dialog is visible underneath:
It would be preferable that only a single overlay is shown and when multiple dialogs are open, only the top most is visible.
If this something that can be achieved with a custom renderer for aurelia-dialog?