-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: full screen dialog using MdDialog #3809
Comments
Hey, this is a support request, those are better suited for gitter or stackoverflow. Github issues should be used for bugs and feature requests. |
Thanks @lokeshdaiya |
Please keep GitHub issues for bug reports / feature requests. Better avenues for troubleshooting / questions are stack overflow, gitter, mailing list, etc. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
using config to make dialog full screen doesn't work. any suggestions?
config: MdDialogConfig = {
width: '100%',
height: '100%'
}
Thanks
The text was updated successfully, but these errors were encountered: