Am really struggling here. We're using md-sidenav-layout and finding it impossible to come up with a way to fix the md-toolbar to the top of the page:
|--------------------------------|
| <------ md-toolbar -------> | <- fix this so content scrolls under
|--------------------------------|
| ^|
| scrollable |
| v|
----------------------------------
Because of the way md-sidenav-layout seems to fix itself, adding
style: fixed
to the md-toolbar doesn't fix it - in fact nothing seems to!
Any help appreciated.