-1

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

DEMO

LP13
  • 25,900
  • 45
  • 172
  • 339

1 Answers1

0

try adding height to .table class

.table { height: 100px }
Aadhi Vive
  • 465
  • 1
  • 5
  • 16