blob: d9a9b752deadf99237c881f0e44eb5315f53c5c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<body>
<table style="width: 100px; height: 100px;">
<tbody style="height: 100%;">
<tr style="height: 100%">
<td style="height: 100%;">
<div style="height: 100%; width: 100%;overflow:scroll;">
<div style="height: 200px">
</div>
Some text
</div>
</td>
</tr>
</tbody>
</table>
</body>
</html>
|