mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
361 B
HTML
19 lines
361 B
HTML
<!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>
|