added min-height to app component

This commit is contained in:
Isaac Grynsztein
2020-02-23 22:30:09 -05:00
parent f06c9ba44a
commit 8e8ab7ac6c

View File

@@ -1,4 +1,4 @@
<div [style.background]="postsService.theme ? postsService.theme.background_color : null" style="width: 100%; height: 100%;">
<div [style.background]="postsService.theme ? postsService.theme.background_color : null" style="width: 100%; min-height: 100%;">
<mat-toolbar color="primary" class="top">
<div class="flex-row" width="100%" height="100%">
<div class="flex-column" style="text-align: left; margin-top: 1px;">