I have an angular material sidenav, when I click menu icon, a sidenav opened on the left side but it pushes the main view but if I click the menu button it should open above the main view.
I have added pictures of what I want it to look like. How can i do this?
You can change
mode
toover
as:Update 1:
You can use
mat-sidenav
for your desired output. Don't forget to check CSS.Here you can find code.