mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01:00
Fix slow scroll on card detail by setting scrollInertia to 0.
Thanks to cafeoh ! Closes #2179
This commit is contained in:
parent
a06daff92e
commit
599ace1db7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue