Primefaces - AjaxStatus - Dialog is overlay

enter image description here

I checked the z-index, but the z-dialog index is higher than the overlay div. That should be right.

It works correctly in the window.

Could you help me with this problem?

+7
source share
2 answers

Set appendToBody = true and your problem will disappear, but be careful to have an internal form if you are doing server-side processing. More info when you post more info!

+16
source

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

+9
source

All Articles