Trying to accomplish this:
And although I have had some success with getting the tab header row fixed, I just can't get the div with the buttons to remain fixed as well (I think because it is part of the tab content and not the tab header)
Any thoughts / solutions? I'm starting to think that the angular material tabs will not work for my UI. Is it possible to build the rendered html for the tabs manually and move the toolbar button div into the tab header container?
overflow: auto
. – Quan VO.content{ height: calc(100vh - 200px); overflow: auto; padding: 1em; // border: 1px solid blue; }
How do I accept your comment is the solution? – Jason Smith