﻿.sales-table thead {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #212529;
}

    .sales-table thead th {
        background-color: #212529;
    }
