summaryrefslogtreecommitdiffstats
path: root/start-wekan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start-wekan.sh')
-rwxr-xr-xstart-wekan.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/start-wekan.sh b/start-wekan.sh
index 8dade1cc..9a839b3c 100755
--- a/start-wekan.sh
+++ b/start-wekan.sh
@@ -41,6 +41,11 @@
# https://github.com/wekan/wekan/pull/2560
export RICHER_CARD_COMMENT_EDITOR=false
#---------------------------------------------------------------
+ # ==== MOUSE SCROLL ====
+ # https://github.com/wekan/wekan/issues/2949
+ export SCROLLINERTIA=0
+ export SCROLLAMOUNT=auto
+ #---------------------------------------------------------------
# ==== CARD OPENED, SEND WEBHOOK MESSAGE ====
export CARD_OPENED_WEBHOOK_ENABLED=false
#---------------------------------------------------------------