Skip to content

Commit

Permalink
fix mobile scrolling, lower sidebar sensitivity, fix #11193
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt committed Jul 21, 2015
1 parent 89d6439 commit 16f7949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/js/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,8 @@ function initCore() {
var snapper = new Snap({
element: document.getElementById('app-content'),
disable: 'right',
maxPosition: 250
maxPosition: 250,
minDragDistance: 145
});
$('#app-content').prepend('<div id="app-navigation-toggle" class="icon-menu" style="display:none;"></div>');
$('#app-navigation-toggle').click(function(){
Expand Down

0 comments on commit 16f7949

Please sign in to comment.