The CSS provided above is specifically for increasing the height of an element, but not its width:
.mat-bottom-sheet-container {
min-height: 100vh;
min-width: 100vw;
margin-top: 80px;
}
Does anyone have a solution for expanding the width of MatBottomSheet
? Check out this Stackblitz demo in a new window to see the issue in action.
Please note that the demo must be opened in a new window in order to observe that the MatBottomSheet
does not take up the full view.