mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Fix: Adjust scrolling not to go down too much
This commit is contained in:
parent
a38a037b21
commit
d72067f289
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue