Skip to content

Commit

Permalink
Fix: Smooth Scroll - Horizontal speed fast #188
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 30, 2021
1 parent a4c9663 commit 1de669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ user_pref("mousewheel.min_line_scroll_amount", 0); /
user_pref("mousewheel.system_scroll_override.enabled", true); /// true <- 2. If scroll too fast, set to false
user_pref("mousewheel.system_scroll_override_on_root_content.enabled", false); /// true
user_pref("mousewheel.transaction.timeout", 1500); /// 1500
user_pref("toolkit.scrollbox.horizontalScrollDistance", 3); /// 5
user_pref("toolkit.scrollbox.horizontalScrollDistance", 4); /// 5
user_pref("toolkit.scrollbox.verticalScrollDistance", 3); /// 3

0 comments on commit 1de669f

Please sign in to comment.