79584181

Date: 2025-04-21 07:20:51
Score: 1.5
Natty:
Report link

before angular 14, we open with 100% or 100vw, dialog will be fullscreen.

{
  width: '100%',
  height: '100%',
  maxWidth: '100vw',
  hasBackdrop: false,
  panelClass: 'wizard-dialog',
}

currently i using angular 17. the same configuration. the dialog contained padding even we open with 100% enter image description here

Add css :

.cdk-overlay-container .mat-mdc-dialog-container{ padding: 0px !important;}
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Codefans-fky