table tbody {
display:block;
max-height:300px;
overflow-y:scroll;
}
table thead, tbody tr {
display:table;
width:100%;
table-layout:fixed;
}

05-06 03:13