Skip to content
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

md-content scrolling is broken #30

Closed
fungiboletus opened this issue Aug 7, 2015 · 1 comment
Closed

md-content scrolling is broken #30

fungiboletus opened this issue Aug 7, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@fungiboletus
Copy link
Member

No description provided.

@fungiboletus fungiboletus self-assigned this Aug 7, 2015
@fungiboletus fungiboletus added this to the 2.0 milestone Aug 7, 2015
@fungiboletus
Copy link
Member Author

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;
}

fungiboletus added a commit that referenced this issue Aug 10, 2015
@fungiboletus fungiboletus changed the title The bottom right new transformation button should not scroll md-content scrolling is broken Aug 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant