Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount.

Thanks to danger89 and xet7 !

Related #2949
This commit is contained in:
Lauri Ojansivu 2020-08-27 03:15:00 +03:00
parent 55d8d26b34
commit 7e4b791c29
11 changed files with 2963 additions and 2351 deletions

View file

@ -234,6 +234,7 @@ services:
# https://github.com/wekan/wekan/issues/2949
- SCROLLINERTIA=0
- SCROLLAMOUNT=auto
- SCROLLDELTAFACTOR=auto
#---------------------------------------------------------------
# ==== CARD OPENED, SEND WEBHOOK MESSAGE ====
# https://github.com/wekan/wekan/issues/2518
@ -528,11 +529,11 @@ services:
# example : LOGOUT_ON_MINUTES=55
#- LOGOUT_ON_MINUTES=
#---------------------------------------------------------------------
# PASSWORD_LOGIN_ENABLED : Enable or not the password login form.
# PASSWORD_LOGIN_ENABLED : Enable or not the password login form.
# example: PASSWORD_LOGIN_ENABLED=false
# - PASSWORD_LOGIN_ENABLED
#-------------------------------------------------------------------
depends_on:
- mongodb