Primefaces - AjaxStatus - Dialog is behind the ove

2019-02-12 11:37发布

enter image description here

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?

2条回答
小情绪 Triste *
2楼-- · 2019-02-12 12:20

For primefaces 5.1 you can use appendTo="@(body)"

查看更多
不美不萌又怎样
3楼-- · 2019-02-12 12:24

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!

查看更多
登录 后发表回答