From 599ace1db7918df41d9708d14b0351acb0f8688e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 20 Nov 2019 23:40:04 +0200 Subject: Fix slow scroll on card detail by setting scrollInertia to 0. Thanks to cafeoh ! Closes #2179 --- packages/wekan-scrollbar/jquery.mCustomScrollbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/wekan-scrollbar/jquery.mCustomScrollbar.js b/packages/wekan-scrollbar/jquery.mCustomScrollbar.js index b7883579..056e4284 100644 --- a/packages/wekan-scrollbar/jquery.mCustomScrollbar.js +++ b/packages/wekan-scrollbar/jquery.mCustomScrollbar.js @@ -111,7 +111,7 @@ and dependencies (minified). scrolling inertia values: integer (milliseconds) */ - scrollInertia:950, + scrollInertia:0, /* auto-adjust scrollbar dragger length values: boolean -- cgit v1.2.3-1-g7c22