I want to show vertical scrollbar to tbody
. Based on my search i have to apply display:block
on tbody
and thead
like suggested here
However this does not work when i have bootstrap's table table-condensed
applied on table. The header and content does not align