From 599ace1db7918df41d9708d14b0351acb0f8688e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 20 Nov 2019 23:40:04 +0200 Subject: [PATCH] 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(-) diff --git a/packages/wekan-scrollbar/jquery.mCustomScrollbar.js b/packages/wekan-scrollbar/jquery.mCustomScrollbar.js index b78835799..056e4284c 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