mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
5 lines
185 B
HTML
5 lines
185 B
HTML
<body onload="document.getElementById('a').style.height='100%';">
|
|
<div style="overflow:auto; width:200px; height:200px;">
|
|
<div id=a style="width:300px; background:green">
|
|
</div>
|
|
</div>
|