blob: 00fca7fd137fdec8170c7ecbe14d62db5e1ebed6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<body>
<div style="overflow: scroll; visibility: hidden;
height: 100px;">
<div style="visibility: visible; height: 50px; background: green">
</div>
</div>
</body>
</html>
|