Skip to content

[Tabs] md-tab-group scrolling/pagination missing #769

@maciejtreder

Description

@maciejtreder

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

Metadata

Metadata

Assignees

Labels

P2The 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 fix

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions