diff --git a/web_app/css/sif-tools.css b/web_app/css/sif-tools.css index da00a5a..71fd57b 100644 --- a/web_app/css/sif-tools.css +++ b/web_app/css/sif-tools.css @@ -5,6 +5,7 @@ body { margin: 0px; background-color: #000000; color: #ffffff; + min-height: 480px; } p { diff --git a/web_app/js/sif_tools.js b/web_app/js/sif_tools.js index 84c59de..3fb22f0 100644 --- a/web_app/js/sif_tools.js +++ b/web_app/js/sif_tools.js @@ -48,8 +48,8 @@ function LOG(level, msg) $(document).ready(function(){ // Hide the address bar on mobile browsers setTimeout(function(){ - // some sites suggest 0,0 - not sure which is correct - window.scrollTo(0, 1); + // some sites suggest 0,0 and others 0,1 - not sure which is correct + window.scrollTo(0, 0); }, 0); // set up UI (buttons, etc.) setup_ui_elements(); diff --git a/web_app/sif_tools.html b/web_app/sif_tools.html index 54a291e..2f4399f 100644 --- a/web_app/sif_tools.html +++ b/web_app/sif_tools.html @@ -2,7 +2,9 @@
- + + +