window.onscroll=function(){ console.log(document.documentElement.scrollTop); };
html { height: 100%; overflow: auto; } body { height: 1000px; }