How do I get a vertical scrollbar inside tbody?
HTML:
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Header1</th>
<th>Header2</th>
<th>Header3</th>
<th>Header4</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cell1</td>
<td>Cell2</td>
<td>Cell3</td>
<td>Cell4</td>
</tr>
</tbody>
</table>
Table should be responsive and have a width set to 100%
In my code there is 13 headers like this: https://jsfiddle.net/r5Ly00mq/