html, body {
    height: 100%;
    margin: 0;
}

app-root {
    display: block;
    height: 100%;
}

nb-dashboard {
    display: flex;
    flex-direction: column;
    height: 100%;
}