blob: cfe0f6860d3233df496b8c6d60e8243486c582ed [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<style>
body {
margin: 0px;
}
#content {
width: 100px;
height: 2000px;
background: silver;
margin: 0px;
}
::-webkit-scrollbar {
width: 0px;
height: 0px;
}
</style>
</head>
<body>
<div id="content">
This page has a device-width viewport meta tag.
</div>
</body>
</html>