diff --git a/public/libs/actions.js b/public/libs/actions.js
index d5a5375..cb1d5d0 100644
--- a/public/libs/actions.js
+++ b/public/libs/actions.js
@@ -870,8 +870,7 @@ actions.prototype._getClickLoc = function (x, y) {
         statusBar.y =
             core.dom.statusBar.offsetHeight +
             3 +
-            32 * core.values.statusCanvasRowsOnMobile +
-            9;
+            32 * core.values.statusCanvasRowsOnMobile;
     } else {
         statusBar.x = core.dom.statusBar.offsetWidth + 3;
         statusBar.y = 3;