I am trying to make a table with fixed header and a scrollable content using the bootstrap 3 table. Unfortunately the solutions I have found does not work with bootstrap or
You should try with "display:block;" to tbody, because now it's inline-block and in order to set height, the element should be "block"