body > nav.navbar {
    height: 3.5rem !important;;
}

nav.sidebar, .main-content {
    max-height: calc(100vh - 3.5rem) !important;;
}

.main-content {
    min-height: calc(100vh - 3.5rem) !important;
}