Description
Bug, feature request, or proposal:
Bug/Feature Request
What is the expected behavior?
Elements within an md-tab of an md-tab-group should be independently scroll-able. nav tabs (md-tab-nav-bar) do allow independently scroll-able contents
What is the current behavior?
scroll is only possible for the whole tab
What are the steps to reproduce?
http://plnkr.co/edit/h67A8ZSeH747E3oYKdv5?p=preview
What is the use-case or motivation for changing an existing behavior?
A tab could fill screen real estate but contain multiple lists of data. It would be useful to be able to freeze a list header (containing a search input say) and allow the rest of the list to be scrollable.
Which versions of Angular, Material, OS, browsers are affected?
@angular/cli: 1.0.0-beta.31
node: 7.2.0
os: win32 x64
@angular/common: 2.4.7
@angular/compiler: 2.4.7
@angular/compiler-cli: 2.4.7
@angular/core: 2.4.7
@angular/flex-layout: 2.0.0-beta.5
@angular/forms: 2.4.7
@angular/http: 2.4.7
@angular/material: 2.0.0-beta.1
@angular/platform-browser: 2.4.7
@angular/platform-browser-dynamic: 2.4.7
@angular/router: 3.4.7
@angular/cli: 1.0.0-beta.31
Is there anything else we should know?
Like your work :)