Open an ionic modal on top of an ionic popup

2019-09-20 06:16发布

问题:

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.