Fixed height, theme color
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<small class="text-muted ml-2">v{{environment.version}}</small>
|
||||
</span>
|
||||
</mat-toolbar>
|
||||
<mat-drawer-container class="h-100 w-100 example-container" [hasBackdrop]="false">
|
||||
<mat-drawer-container [hasBackdrop]="false" style="height: calc(100vh - 64px)">
|
||||
<mat-drawer class="bg-primary" [mode]="mobile ? 'push' : 'side'" [opened]="open" [disableClose]="!mobile" [autoFocus]="false">
|
||||
<mat-nav-list class="p-0">
|
||||
<mat-divider></mat-divider>
|
||||
|
Reference in New Issue
Block a user