Miguel Rosales
Miguel Rosales

Reputation: 799

Primeng modal box fullscreen

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

Answers (1)

Jens Habegger
Jens Habegger

Reputation: 5446

The width, minWidth, height, and minHeight parameters of the Dialog component should be able to take values of 100%.

Upvotes: 1

Related Questions