blob: b7273649284d0ea1f60e648fd995af1048df3376 [file] [edit]
<!DOCTYPE html>
<div style="overflow: scroll; width: 100px; height: 150px; background: red">
<div style="width: 400px; height: 400px; background: green"></div>
</div>
<div style="overflow: scroll; width: 100px; height: 150px;
position: relative; top: -50px; left: 100px; background: red">
<div style="width: 400px; height: 400px; background: green"></div>
</div>