From fe2710f60b95e5c849f8d26c72ea431aad3eea43 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 21 Jul 2015 17:03:45 +0200 Subject: [PATCH] fix mobile scrolling, lower sidebar sensitivity, fix #11193 --- core/js/js.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/js/js.js b/core/js/js.js index 401295244cff..ac6e9e6bf74f 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1147,7 +1147,8 @@ function initCore() { var snapper = new Snap({ element: document.getElementById('app-content'), disable: 'right', - maxPosition: 250 + maxPosition: 250, + minDragDistance: 100 }); $('#app-content').prepend(''); $('#app-navigation-toggle').click(function(){