.page-container{height:100vh;height:calc(var(--vh, 1vh)*100);background-color:#fff}.page-container .page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:240px}.page-container .page,.page-container .page__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.page-container .page__header{background-color:#ededed;height:60px}.page-container .page.page-fixed .page__content{max-height:100vh;max-height:calc(var(--vh, 1vh)*100)}.page-container .page.page-fixed .page__header+.page-container .page.page-fixed .page__content{max-height:100vh;max-height:calc(100vh - 60px);max-height:calc(var(--vh, 1vh)*100 - 60px)}