DEV Community

yogeshonline4u
yogeshonline4u

Posted on

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;
}

Top comments (0)