I have a system : https://jsfiddle.net/p2fs68gm/2
I want to add scrollbar for the table. But, as soon as thead or tbody is made display: block
, their width gets reduced. I have tried fixing height of tbody and make overflow: auto
. But, its not working.