We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbc766 commit 55a9f9aCopy full SHA for 55a9f9a
src/lib/sidenav/drawer.scss
@@ -106,7 +106,6 @@ $mat-drawer-over-drawer-z-index: 4;
106
top: 0;
107
bottom: 0;
108
z-index: 3;
109
- min-width: 5vw;
110
outline: 0;
111
box-sizing: border-box;
112
overflow-y: auto; // TODO(kara): revisit scrolling behavior for drawers
src/lib/sidenav/drawer.spec.ts
@@ -665,7 +665,7 @@ class DrawerDelayed {
665
@Component({
666
template: `
667
<mat-drawer-container>
668
- <mat-drawer *ngIf="renderDrawer" [mode]="mode"></mat-drawer>
+ <mat-drawer *ngIf="renderDrawer" [mode]="mode" style="width:100px"></mat-drawer>
669
</mat-drawer-container>`,
670
})
671
class DrawerContainerStateChangesTestApp {
0 commit comments