blob: 16a2936e2c3e0334c839bdab727188cd64d2dccf [file] [log] [blame]
<!DOCTYPE html>
<style>
#target::-webkit-scrollbar {
display: none;
}
</style>
<div id="target" style="height:300px; overflow:scroll; isolation: isolate;">
<table>
<td>
<input size="8" style="float: left;">
</td>
</table>
<div style="width: 100px; height: 1000px"></div>
</div>