<!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>