Fixed height, theme color

This commit is contained in:
2018-11-14 16:05:59 -05:00
parent bfad735375
commit 44fc493f37
3 changed files with 3 additions and 3 deletions

View File

@ -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>