flavr弹出框被bootstrap的modal弹出层遮挡问题的解决
flavr弹出框很漂亮,但遇上bootstrap的modal弹出层时却因z-index的原因被遮挡了,效果图如下:
希望的效果是这样:
修改如下:
打开文件:flavr.css
将flavr-container.modal添加上:z-index:99999 即可。
.flavr-container.modal{pointer-events:auto;z-index:99999}
flavr弹出框很漂亮,但遇上bootstrap的modal弹出层时却因z-index的原因被遮挡了,效果图如下:
希望的效果是这样:
修改如下:
打开文件:flavr.css
将flavr-container.modal添加上:z-index:99999 即可。
.flavr-container.modal{pointer-events:auto;z-index:99999}