-
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
Nested Expansion panels keep overflow visible #8754
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
It is noticed any where in the page, not necessarily only in tabs |
Is there a workaround for this pending the pull request being merged? |
Fixed by #10138 |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Nested Expansion panels should collapse their content, and set the overflow to hidden.
What is the current behavior?
Nested expansion panels collapse their content, but overflow is kept as visible, showing a scrollbar and nasty empty space.
What are the steps to reproduce?
Providing a StackBlitz/Plunker (or similar) is the best way to get the team to see your issue.
Plunker starter (using on
@master
): http://plnkr.co/edit/uVmKf7NTB9ZVUSv2IyGR?p=previewWhat is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 5.0.4
Material 5.0.0-rc.2
MacOS
TS 2.4.2
Browser: Seen in Safari, Chrome and Firefox (not tested any others)
Is there anything else we should know?
This only seems to be actually noticeable when used inside tabs. Checking the dev tools, I can see the
.mat-expanded
class from the parent causes the child to keep it's overflow visibleThe text was updated successfully, but these errors were encountered: