blob: 25a21cda8aa70436760184b0ade5200c482e62ea [file] [log] [blame]
<html>
<style>
html, body {
margin: 0;
}
.target {
width: 100vw;
height: 100vh;
touch-action: pan-y;
}
.spacer { height: 10000px; }
</style>
<div class=target></div>
<div class=spacer></div>
<script>
document.title='ready';
</script>
</html>