From db40682b1fedff7ae1d906d62ebae032a460836d Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
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 45c9c90362f..78f44173e76 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1315,7 +1315,8 @@ function initCore() {
 		var snapper = new Snap({
 			element: document.getElementById('app-content'),
 			disable: 'right',
-			maxPosition: 250
+			maxPosition: 250,
+			minDragDistance: 100
 		});
 		$('#app-content').prepend('<div id="app-navigation-toggle" class="icon-menu" style="display:none;"></div>');
 		$('#app-navigation-toggle').click(function(){
-- 
GitLab