Fix slow scroll on card detail by setting scrollInertia to 0.

Thanks to cafeoh !

Closes #2179
This commit is contained in:
Lauri Ojansivu 2019-11-20 23:40:04 +02:00
parent a06daff92e
commit 599ace1db7

View file

@ -111,7 +111,7 @@ and dependencies (minified).
scrolling inertia scrolling inertia
values: integer (milliseconds) values: integer (milliseconds)
*/ */
scrollInertia:950, scrollInertia:0,
/* /*
auto-adjust scrollbar dragger length auto-adjust scrollbar dragger length
values: boolean values: boolean