Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Primeng: p-calendar partially hidden behind p-dialog [closed]

Working in Angular with primeng, the popup of the p-calendar component not showing in the expected way (clipping with other components), when placed inside a p-dialog.

For example: it is hidden behind other elements by default.

Calendar example

:)

like image 943
Atto Avatar asked Sep 05 '25 03:09

Atto


1 Answers

You can try next

<p-calendar appendTo="body" 
like image 173
Andrii Shyriaiev Avatar answered Sep 07 '25 23:09

Andrii Shyriaiev