mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
6 lines
188 B
HTML
6 lines
188 B
HTML
|
<body onload="document.getElementById('a').style.minHeight='100%';">
|
||
|
<div style="overflow:auto; width:200px; height:200px;">
|
||
|
<div id=a style="width:300px; background:green">
|
||
|
</div>
|
||
|
</div>
|