Reputation: 799
I'm currently modifying this component https://github.com/primefaces/primeng/blob/master/components/dialog/dialog.ts I want this modalbox to cover the entire screen when it is visible, how can I modify this component? Thank you
Upvotes: 1
Views: 3607
Reputation: 5446
The width, minWidth, height, and minHeight parameters of the Dialog component should be able to take values of 100%
.
Upvotes: 1