what to do if i want to visible mat-sidenav on drawer closed using angular material 13.3.2

yogeshonline4u

yogeshonline4u

Posted on April 2, 2022

what to do if i want to visible mat-sidenav on drawer closed using angular material 13.3.2

using below not working
.mat-sidenav:not(.mat-drawer-opened) {
transform: translate3d(0, 0, 0) !important;
visibility: visible !important;
width: 60px !important;
overflow: hidden;
}

💖 💪 🙅 🚩
yogeshonline4u
yogeshonline4u

Posted on April 2, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related