Open an ionic modal on top of an ionic popup

两盒软妹~` 提交于 2019-12-25 19:02:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!