blob: 67df179b7b6611465c739bd1cf4d5099b4efdbba [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=200">
<style>
::-webkit-scrollbar {
width: 0px;
height: 0px;
}
body {
margin: 0px;
}
#content {
background: silver;
width: 200px;
height: 800px;
}
</style>
</head>
<body>
<div id="content">a</div>
</body>
</html>