Here is a system I am working on: https://jsfiddle.net/p2fs68gm/2
I'm trying to add a scrollbar to the table, but when setting thead or tbody to display: block
, their width decreases. I've attempted fixing the height of tbody and using overflow: auto
, but it's not resolving the issue.