问题
I'm trying to open a modal page generated from a click in my popup but the modal page stays backward the popup. Any idea how to handle that?
I tried to play with :
.popup-open .backdrop {
z-index: 11;
}
without success
回答1:
In fact, just modify $z-index-modal to 13 in SCSS variables.
来源:https://stackoverflow.com/questions/37701678/open-an-ionic-modal-on-top-of-an-ionic-popup