﻿@supports not selector(::-webkit-scrollbar) {
    .scroll {
        scrollbar-color: rgba(0,0,0,0.3) rgba(0,0,0,0);
        scrollbar-width: thin;
    }
}
.tabs > .tabs-body {
    background-color: var(--bs-body-bg);
    padding: 0;
    flex: 1;
    height: 1%;
    min-height: 0;
}
