Easiest way to solve this:
const dialogRef = this.dialog.open(MyDialogComponent, {
width: '100vw',
maxWidth: '100vw',
}
)
Easiest way to solve this:
const dialogRef = this.dialog.open(MyDialogComponent, {
width: '100vw',
maxWidth: '100vw',
}
)