As described in title I'm looking for a way to keep the md-tabs bar fixed at a certain position and having only the single contents available for scrolling. Any hint? Thanks!
Asked
Active
Viewed 1,680 times
1
-
I mean the single md-tab contents – skjorrface Jan 06 '16 at 02:51
-
what have you tried so far? We want to help you but post your code so we can better see what will resolve your issue. – Clay Jan 06 '16 at 03:03
-
I tried following this post: https://github.com/angular/material/issues/4408 but it doesn't work properly: http://pastebin.com/WrU1AHRf I set md-toolbar and md-tabs positions to be fixed and height: 100% as described in the post. I succeeded into making header and tags fixed but single md-tab scroll to just 100% height of the page and the remaining content is "hidden" – skjorrface Jan 08 '16 at 16:14
-
If it is not already solved, maybe [this can help you](http://stackoverflow.com/a/35559283/3081756). – debatanu Feb 14 '17 at 15:14
-
@skjorrface , If you have any solution? – core114 Dec 31 '18 at 10:02