1:host { 2 display: flex; 3 flex-direction: column; 4 height: 100%; 5 align-content: stretch; 6 align-items: stretch; 7} 8 9.header-spacer { 10 flex: 1 1 auto; 11} 12 13mat-toolbar { 14 flex: 0 0 64px; 15} 16 17mat-toolbar button { 18 margin-left: 8px; 19} 20 21.content { 22 position: relative; 23 display: flex; 24 flex-grow: 1; 25 overflow: scroll; 26 align-content: stretch; 27} 28 29mat-progress-bar { 30 position: absolute; 31 top: 0; 32 left: 0; 33 right: 0; 34} 35