set fixed height of table and add scrollable code example
Example: fixed div with scrollable content
.fixed-content {
overflow-y:scroll;
overflow-x:scroll;
}
.fixed-content {
overflow-y:scroll;
overflow-x:scroll;
}