html, body {
height: 100%;
overflow-y: hidden;
}
.app-container {
width: 100%;
display: flex;
justify-content: center;
.app {
height: calc(100% - 50px);
margin: 0;
display: flex; flex-direction: column; resize: both;