I am trying to bring the scroll bar to bottom so that all tables should display when I scroll horizontally. I tried many steps but not able to achieve it.
Here is the code - JSFiddle
I have tried following code but not able to achieve it.
overflow-x: auto;
white-space: nowrap;
Here is an image what I want to achieve.
<div style="width: 750px; height: 321px; overflow-x: auto;">
<table align="left" cellspacing="0">
<tbody>
<tr>
<th style="width: 200px; height: 85px">Demo
</th>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
</tbody>
</table>
<table align="left" cellspacing="0">
<tbody>
<tr>
<th style="width: 200px; height: 85px">Demo
</th>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
</tbody>
</table>
<table align="left" cellspacing="0">
<tbody>
<tr>
<th style="width: 200px; height: 85px">Demo
</th>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
</tbody>
</table>
<table align="left" cellspacing="0">
<tbody>
<tr>
<th style="width: 200px; height: 85px">Demo
</th>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
</tbody>
</table>
<table align="left" cellspacing="0">
<tbody>
<tr>
<th style="width: 200px; height: 85px">Demo
</th>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
<tr>
<td style="height: 24px">12 (0)</td>
</tr>
</tbody>
</table>
</div>