blob: c7dab51c432163139215edcf63c9ac2eaff7531a [file] [log] [blame]
<html>
<style>
html, body, div.outer {
margin: 0;
padding: 0;
height: 1000px;
overflow: hidden;
}
body {
padding-right: 20px;
}
div.outer {
overflow: auto !important;
}
div.inner {
height: 10000px;
width: 100%;
margin: 0;
}
</style>
<body><div class=outer><div class=inner></div></div></body>
</html>