How to scroll table’s “tbody” independent of “thead”?

The missing part is:

thead, tbody {
    display: block;
}

Demo

Leave a Comment