I've set the tbody to the following css:
tbody {
height:200px;
overflow:scroll;
display:block;
}
Everything seems to work, but the rows are no longer using the full width provided. I've tried adding width:100%; but that did nothing. Any ideas?