i have problem with css and angular 2 material. Any fixed positioned element doesn't behave like it is fixed inside md-sidenav-container.If it is not inside container, it works perfectly.Here is a link for that problem;
Just copy and paste md-toolbar to inside container you will see difference.
https://embed.plnkr.co/5m3vwp7q0Do9uJKchvqD/
if any html element ( including material's ) is outside of container fixed works fine but if it is inside container, it fails and stays ( sometimes dissappers) where it is ( i believe it is behaving like position: relative )
Am i missing something here or is it a bug or something?
Thanks