Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 2, 2022 10:21 am GMT

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


Original Link: https://dev.to/yogeshonline4u/what-to-do-if-i-want-to-visible-mat-sidenav-on-drawer-closed-ho3

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To