summaryrefslogtreecommitdiffstats
path: root/torodb-postgresql
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-08-27 03:15:00 +0300
committerLauri Ojansivu <x@xet7.org>2020-08-27 03:15:00 +0300
commit7e4b791c2964f4b130abbaee62ffdff1536450c4 (patch)
treef11e11dc70ec35dfc6137cebc52e72b77be014ce /torodb-postgresql
parent55d8d26b3470f3552bdd2cc7f66f457227187ab7 (diff)
downloadwekan-7e4b791c2964f4b130abbaee62ffdff1536450c4.tar.gz
wekan-7e4b791c2964f4b130abbaee62ffdff1536450c4.tar.bz2
wekan-7e4b791c2964f4b130abbaee62ffdff1536450c4.zip
Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount.
Thanks to danger89 and xet7 ! Related #2949
Diffstat (limited to 'torodb-postgresql')
-rw-r--r--torodb-postgresql/docker-compose.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/torodb-postgresql/docker-compose.yml b/torodb-postgresql/docker-compose.yml
index 5ea02525..f629379e 100644
--- a/torodb-postgresql/docker-compose.yml
+++ b/torodb-postgresql/docker-compose.yml
@@ -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