html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body.work-mode-active {
    overflow: hidden;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.nav-tabs {
    flex-shrink: 0;
}

.tab-content {
    flex: 1;
    overflow-y: auto;
    position: relative;
}

.tab-pane {
    height: 100%;
    overflow-y: auto;
}
