.table-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-scroll::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.dark .table-scroll::-webkit-scrollbar-track {
    background: #1f2937;
}

.table-scroll::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 4px;
}

.dark .table-scroll::-webkit-scrollbar-thumb {
    background-color: #475569;
}

.table-scroll::-webkit-scrollbar-corner {
    background-color: transparent;
}
