diff --git a/css/style.css b/css/style.css
index 3f1621346cb6c9bd92e9acc2700e98fe9fbfea3c..5f71d27a0545b11e3d2a7fd6989197df031b300d 100644
--- a/css/style.css
+++ b/css/style.css
@@ -468,10 +468,10 @@ script {
   top : 0 ;
   margin : 0 ;
   height : calc(100% - 20px) ;
-  width : calc(100% - 30px) ;
+  width : 0 ;
+  left : 50% ;
   max-height : 100vh ;
   text-align : center ;
-  pointer-events : none ;
   box-sizing : content-box ;
 }
 
@@ -496,7 +496,6 @@ script {
   transform : translate(-50%, 0) ;
   overflow : hidden ;
   white-space : nowrap ;
-  pointer-events : all ;
 }
 
 #phone-toolbar > .btn-group.fixed-bottom {