We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
So the flexbox model has changed, and it breaks md-content scrolling with the latest browsers.
Some background :
Chromium's bug report : https://code.google.com/p/chromium/issues/detail?id=506893 Firefox's bug report : https://bugzilla.mozilla.org/show_bug.cgi?id=1043520 Angular-material's bug report: angular/material#3901
It should be fixed by angular-material in the next release, but meanwhile the quick fix is this following CSS code:
[flex] { min-height: 0; min-width: 0; }
Sorry, something went wrong.
Hotfix for #30
2e2259b
fungiboletus
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: