Primefaces - AjaxStatus - 对话框位于覆盖层后面
我检查了 z-index,但 Dialog z-index 高于叠加层的 div。这是正确的。
在展示柜中工作正常。
你能帮我解决这个问题吗?
I checked the z-index, but the Dialog z-index is higher than the div of overlay. It was to be correct.
In the showcase works correctly.
Could you help me with this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
设置appendToBody = true,您的问题就会消失 - 但如果您进行一些服务器端处理,请小心其中有一个表单。当您发布更多信息时会提供更多信息!
Set
appendToBody = true
and your problem will go away - but be careful to have a form inside if you do some server-side processing. More info when you post more info!对于 primefaces 5.1,您可以使用appendTo="@(body)"
For primefaces 5.1 you can use appendTo="@(body)"