Actual Behavior:
What is the issue? *What is the expected behavior?Angular Versions: *
Angular Version: 1.5.8Angular Material Version: from version 1.1.0 final (version 1.1.0-rc.5 hasn't this problem)Additional Information:
Browser Type: * Chrome AndroidOS: * Android 5.1.1 and Android 6.0 testedas a quick fix you can try to overwrite the md-dialog-container style like this:
.md-dialog-container {
height: 100% !important;
}
this will fix the issue.
+1 same issue
I am facing the same problem.
I'm not able to reproduce this using the dialog demo in the docs. There was no CodePen reproduction provided, so it's hard to be sure. If this is still an issue, please open a new issue with a reproduction.
Most helpful comment
as a quick fix you can try to overwrite the md-dialog-container style like this:
this will fix the issue.