-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
  • 30,567
  • 53
  • 217
  • 400

1 Answers1

0

try adding height to .table class

.table { height: 100px }
Aadhi Vive
  • 575
  • 1
  • 5
  • 17