Hello,
I'm guessing this is a style issue?
currently, you can click on a list item to open the mat-drawer and the mat-drawer you can close with the [ <- ] button but when the mat-drawer is opened it uses fill width and the mat-drawer-content is also full width and doesn't split in half.
but how can i make the mat-drawer and mat-drawer-content always be 50% each so that it is always evenly split when mat-drawer is opened regardless of the content inside.
and then in a responsive view when mat-drawer is closed/user closes mat-drawer <- arrow, the mat-drawer-content goes back to filling the width?
currently the mat-drawer for some odd reason fills the width when opened.
also, im not sure if this is the mat-sidnav-container or the wrapping div or somewhere else but i can't seem to make the app fill the browser so that there is no scroll bar on the overall app and only a scrollbar inside mat-drawer and mat-drawer-content.
there all these extra scrollbars showing up and overflow should only be inside mat-drawer, mat-drawer-content, mat-sidenav only. im guessing some kind of style is overriding properly filling the area and overflow?
https://stackblitz.com/edit/angular-evequf?file=src/app/sidenav-responsive-example.html