在离子弹出窗口上打开离子模态
问题描述:
我正在尝试打开弹出窗口中单击生成的模态页面,但模态页面会向后弹出窗口。知道如何处理吗?
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?
我试着玩:
.popup-open .backdrop {
z-index: 11;
}
没有成功
答
实际上,只需在SCSS变量中将$ z-index-modal修改为13。
In fact, just modify $z-index-modal to 13 in SCSS variables.