0
角材2 sidenav內容一直在嘗試幾個地方在CSS中的角材2如何強制從底部
mat-sidenav-container {
background: white;
bottom: 0px !important; /* <---- no help */
}
mat-sidenav {
width: 300px;
height: 500px;
padding-left:20px; /* Not sure why content goes out of range*/
bottom: 0px !important; /* <---- no help */
}
Trying to make sidenav content start from bottom in this example 覆蓋現有sidenav組件,但我似乎無法在此組件覆蓋任何東西由角材料提供2