Skip to content

Commit

Permalink
Merge pull request #18284 from owncloud/stable8.1-backport-17785
Browse files Browse the repository at this point in the history
[stable8.1] fix mobile scrolling, lower sidebar sensitivity, fix #11193
  • Loading branch information
jancborchardt committed Aug 13, 2015
2 parents 116ec56 + dcda1e1 commit 94f2b2b
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 @@ -1219,7 +1219,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(){
Expand Down

0 comments on commit 94f2b2b

Please sign in to comment.