mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
18 lines
361 B
HTML
18 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>
|