I'm using the mat-sidenav-container to create the desktop version of my page, but I want to make the mat-sidenav toggleable , which I've already managed to do. The problem now is that I have a fixed header on the mat-sidenav-content, and that part is not being pushed when the mat-sidenav is displayed.
For the mat-sidenav-content I'm using the css grid to divide this section into two parts (the fixed header and the main content)
Here's a stackblitz demo.
Do you have any idea how I can make the mat-sidenav push also the fixed header?
Thanks.
