
.payments-type-chart-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-gutter: stable;
}

.payments-type-chart-scroll::-webkit-scrollbar {
    height: 8px;
}

.payments-type-chart-scroll::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 999px;
}

.payments-type-chart-scroll::-webkit-scrollbar-track {
    background: transparent;
}
