diff --git a/resources/static/css/common.css b/resources/static/css/common.css
index 21d9950295eed3d797b939514722a589ac97676d..558d082f2b8ab8fb4acf974711df9f78466ed97a 100644
--- a/resources/static/css/common.css
+++ b/resources/static/css/common.css
@@ -21,7 +21,7 @@ body {
   font-size: 13px;
   line-height: 21px;
   background-image: url('/i/bg.png');
-  overflow-y: scroll;
+  overflow-y: auto;
 }
 
 /* for floats */
diff --git a/resources/static/include_js/include.js b/resources/static/include_js/include.js
index e835b8bd2047671cac878f414e966d300b462b18..b7172a14513b1cbdbc3b97371f5957fee382a208 100644
--- a/resources/static/include_js/include.js
+++ b/resources/static/include_js/include.js
@@ -354,7 +354,7 @@
             }
           }, timeout);
         }
-        
+
         var onMessage = function(origin, method, m) {
           // if an observer was specified at allocation time, invoke it
           if (typeof cfg.gotMessageObserver === 'function') {
@@ -914,7 +914,7 @@
     var isFennec = navigator.userAgent.indexOf('Fennec/') != -1;
     var windowOpenOpts =
       (isFennec ? undefined :
-       "menubar=0,location=1,resizable=0,scrollbars=0,status=0,dialog=1,width=700,height=375");
+       "menubar=0,location=1,resizable=1,scrollbars=1,status=0,dialog=1,width=700,height=375");
 
     var w;