blob: 320e425dbd16a5736e6a1ca9ae93bfb06bfbcaac (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<div style="overflow: scroll; width: 100px; height: 150px; background: green">
<div style="width: 400px; height: 400px"></div>
</div>
<div style="overflow: scroll; width: 100px; height: 150px;
position: relative; top: -50px; left: 100px; background: green">
<div style="width: 400px; height: 400px"></div>
</div>
|