.scrollbar-container {
    position: absolute;
    bottom: -40px;
    margin-top: 40px;
    height: 3px;
    width: 100%;
    background: #0000001a;
    max-width: var(--tabs-max-width);
    overflow-x: hidden;
}

.scrollbar {
    height: 100%;
    background: rgb(var(--text-color));
    pointer-events: none;
    transition: background 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
}