Build a web page looks like a webapp, prevent browser pull to refresh the page
html, body {
overflow-x: hidden;
overscroll-behavior: none;
}
body {
position: relative;
padding: 0px;
}