thead {
    top: 0;
    position: sticky;
    z-index: 10;
}

th {
    background-color: white;
}

[data-bs-theme="dark"] th {
    background-color: #212529;
}
}