Fix: Adjust scrolling not to go down too much

This commit is contained in:
alstjr7375 2021-08-23 16:58:40 +09:00
parent a38a037b21
commit d72067f289

View file

@ -26,7 +26,7 @@ user_pref("browser.urlbar.suggest.calculator", true);
// ** Scrolling Options ********************************************************
// Pref Value Original
user_pref("mousewheel.min_line_scroll_amount", 10); // 5
user_pref("mousewheel.min_line_scroll_amount", 6); // 5
user_pref("general.smoothScroll.mouseWheel.durationMinMS", 80); // 50
user_pref("general.smoothScroll.currentVelocityWeighting", "0.15"); // "0.25"
user_pref("general.smoothScroll.stopDecelerationWeighting", "0.6"); // "0.4"