Angular Material on the content messes up the side bar navigation in Angular Material. When we open the side navigation, the tab content shows up on the side navigation as though the side nav is transparent.
<mat-tab-group>
<mat-tab label="Applicant Details">
I was checking for different CSS options around the position, but no luck so far. If I remove the tab group, the application looks okay.