blob: d23299e251ff11a4c5ebc10fd268c6490d0b8819 (
plain)
1
2
3
4
5
6
7
8
9
|
<DOCTYPE html>
<html>
<body style="width: 400px">
<div style="overflow:scroll; padding-left: 20%; padding-right: 50%;
background: yellow; height: 200px">
<div style="height: 500px; background: blue;"></div>
</div>
</body>
</html>
|