My goal is to display a vertical scrollbar within the tbody
. After researching, I found suggestions to apply display:block
to both the tbody
and thead
, as shown here
Unfortunately, this solution does not work when the table has Bootstrap's table table-condensed
applied. The header and content become misaligned.
Here is a DEMO for reference.