diff --git a/index.html b/index.html index f004a8d..5e352db 100644 --- a/index.html +++ b/index.html @@ -79,6 +79,7 @@ padding:0; text-decoration:none; overflow: hidden; + position: fixed; } diff --git a/lib/g.js b/lib/g.js index 1778efe..92848f4 100644 --- a/lib/g.js +++ b/lib/g.js @@ -2194,9 +2194,6 @@ if (! isPhone() && window.imuData) /* ttTick(); // HANDLE THE TACTONIC SENSOR, IF ANY. */ - // TURN OFF ALL DOCUMENT SCROLLING. - - document.body.scrollTop = 0; // DON'T DO ANYTHING UNTIL THE ANIMATE FUNCTION IS DEFINED.