#tabs-container{
    height: 100%;
    overflow: hidden;
    justify-content: flex-start;
}

.tab-content {
    flex: 1 1 auto;
    background-color: var(--tab-box);
    max-width: 20vw;
    padding: 10px;
    border-radius: 5px;
    min-height: 0;
    overflow-y: auto;
}

.tab-header{
    font-size: large;
}
