Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Primefaces - AjaxStatus - Dialog is behind the overlay

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?

like image 938
Rafael Orágio Avatar asked Dec 08 '11 16:12

Rafael Orágio


2 Answers

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!

like image 116
spauny Avatar answered Dec 24 '22 18:12

spauny


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

like image 38
Fredy Bello Avatar answered Dec 24 '22 17:12

Fredy Bello