thead.sticky-thead > tr > td {
    top: -1px;
    position: sticky;

    z-index: 100;
}

thead.sticky-thead > tr,
thead.sticky-thead > tr > td {
    background: inherit;
}
