fix mobile scrolling, lower sidebar sensitivity, fix #11193

This commit is contained in:
Jan-Christoph Borchardt 2015-07-21 17:03:45 +02:00
parent 09ca2e0291
commit db40682b1f
1 changed files with 2 additions and 1 deletions

View File

@ -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(){