Nyromodal,作为非模态对话框
也许我很荒谬,但是有什么方法可以让 Nyromodal 停止模态并允许多个对话框,即使在同一个 z-index 上也可以,我只需要能够在不使背景变暗的情况下有 2 个对话框。这可能吗?呼吁所有尼罗专家对此进行讨论。
笔记: 我已将 modal 设置为 false,将 closeOnClick 设置为 false,但不知所措...
谢谢。
Maybe I am being ridiculous, but is there any way to get Nyromodal to stop being modal and be allowed multiple dialogs, even if there on the same z-index is fine I just need to be able to have 2 dialogs up without darkening the background. Is this possible? calling on all nyro-gurus on this one.
NOTE:
I have set modal to false, closeOnClick to false, and at a loss...
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
则必须将堆栈设置设置为 true,以便允许同一页面上有多个 nyroModal(仅在版本 2 上可用)
如果您想删除背景, ,编辑 CSS 并设置背景:无;对于 .nyroModalBg
You have to set the stack setting to true in order to allow multiple nyroModal on the same page (only available on the version 2)
if you want to remove the background, edit the CSS and set background: none; for .nyroModalBg