Android Chrome scroll edit
HTML
<input>
CSS
html, body {
height: 500px;
margin:0;
}
input {
position: absolute;
top: 480px;
}
<input>
html, body {
height: 500px;
margin:0;
}
input {
position: absolute;
top: 480px;
}