blob: 6710006ff5fbe4878749ee8c43aefdd1e164c206 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
height: 2000px;
}
#scrollable {
margin-top: 50px;
margin-left: 50px;
width: 200px;
height: 200px;
overflow: scroll;
}
.content {
width: 1000px;
height: 1000px;
}
</style>
</head>
<body>
<div id="scrollable">
<div class="content"></div>
</div>
</body>
</html>