Utilizing angular material sidenav for application settings, aiming to achieve a layout similar to Google's. However, I am invoking this sidenav from another component and enclosing the router, so it opens beneath the application header.
<mat-sidenav-container class="main-sidenav">
<app-sidenav></app-sidenav>
<router-outlet></router-outlet>
</mat-sidenav-container>
The issue arises when opening the sidenav as it fails to disable the background, lacking an automatically applied backdrop style. Is there a way to explicitly provide styling or should we explore alternative components? Your suggestions are welcome. Find a sample stackblitz example below for reference: