I have a table like this:
<table class="tg">
<tr>
<th>XXXXXXXXXXXX</th>
<th>A</th>
<th>B</th>
<th>C</th>
<th>D</th>
</tr>
<tr>
<td>E</td>
<td>F</td>
<td>G</td>
<td>H</td>
<td>I</td>
</tr>
</table>
And I'm trying to put the scrollbar if the text is too long (XXXXXXXX). How can I do it?