-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fix
Description
What is the expected behavior?
When md-tab-group contain too much md-tab objects to display them on the screen, there should be 'next' arrow displayed (as in angular 1)
What is the current behavior?
list of md-tab is cutted.
Which versions of Angular, Material, OS, browsers are affected?
Angular: 2.0.0-rc.3
Material: 2.0.0-alpha.5-2
Browsers: Safari, Chrome, FireFox
OS: OS X El Capitan, iOS 9.3
Workaround
Add
.md-tab-header {
overflow: auto !important;
}
To stylesheet
pkilinski, Maxouhell, dharmeshpipariya-zz, asnapper, RaulRG and 7 more
Metadata
Metadata
Assignees
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fix