Add position: sticky to THEAD for all long data tables

For all long data tables, having the THEAD remain visible while scrolling would be a fantastic improvement for usability…

Something like:

thead {
    position: sticky;
    top: 0;
    background: white;
}