mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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
|
||||
values: integer (milliseconds)
|
||||
*/
|
||||
scrollInertia:950,
|
||||
scrollInertia:0,
|
||||
/*
|
||||
auto-adjust scrollbar dragger length
|
||||
values: boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue