blob: e1ea02087c28c94c022a1014ea128509db7e76c8 [file] [log] [blame]
<!DOCTYPE html>
<style>
#parent {
position: absolute;
top: 0;
left: 0;
height: 180px;
width: 180px;
overflow-y: scroll;
}
</style>
<div id="parent">
<div id="child" style="position: absolute; top: 1000px;">
make scrollbar enabled
</div>
</div>