-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Tab body content with scrollbar #4035
Comments
@crisbeto I noticed this on the docs site too |
Fixes the tabs having a scrollbar if their inner content has a margin. This seems to be a side-effect of angular#3162. Fixes angular#4035.
In my case since beta-4, now when I switch the tabs it shows the scrollbar while the animations is in progress. If I unset height everything works fine.
|
Fixes an issue that caused a scrollbar to be shown only while a tab inside a dynamic height tab group is animating. Relates to angular#4035.
@naveedahmed1 please open a new issue if you're encountering a new bug |
Fixes an issue that caused a scrollbar to be shown only while a tab inside a dynamic height tab group is animating. Relates to #4035.
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. |
Since beta-3, all the tabs content have a scrollbar.
Check the mat-tab-body-content class => height: 100%;
The text was updated successfully, but these errors were encountered: