html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sidebar-wrapper {
    flex: 1;
}