https://stackblitz.com/edit/bdmkin?file=src%2Fexample%2Fdialog-content-example.ts
hi,
I have a dialog which i set the dimensions in the .open method but when opening the dialog, i get this gap at the bottom as the mat-dialog-action is not at the bottom of the dialog container as shown in the picture & stackblitz.
even without the mat-dialog-action you have this gap as if 100% height isn't doing 100%.
is there another property that needs to be set for dialog component itself to be true 100% height? or is this something that needs to be manually fixed using ng-deep?