mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix mobile scrolling, lower sidebar sensitivity, fix #11193
This commit is contained in:
parent
09ca2e0291
commit
db40682b1f
1 changed files with 2 additions and 1 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue