table thead th {
    position: sticky;
    top: 0;
}
.table td, .table th {
    padding: .25rem;
}