.content { width: 100%; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; } .body { flex-grow: 1; flex-shrink: 1; overflow-y: auto; } .renderError { width: 100%; height: 100%; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; }