I\'m currently working on a website with a horizontal layout. All elements are position:absolute with javascript. Their size is calculated with window.innerHeight. My Proble
Use this style code on your page.Now your chrome url bar will not hide.It'll stop scrolling.
<style type="text/css"> html, body {margin: 0; height: 100%; overflow: hidden} </style>