summaryrefslogtreecommitdiff
path: root/firefox
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2026-09-06 16:09:33 +0200
committerReiner Herrmann <reiner@reiner-h.de>2026-09-06 16:09:33 +0200
commita233c5ee816c8bc9b95312ac35ff5b59e8645295 (patch)
tree9ede9dc088985a577fb437ae5636a41d606a954e /firefox
parent4fa21eaa893634f9b8df7328a9562ca6288362c5 (diff)
firefox: make scrollbar more visible
Diffstat (limited to 'firefox')
-rw-r--r--firefox/user.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox/user.js b/firefox/user.js
index 57291be..fc2cebf 100644
--- a/firefox/user.js
+++ b/firefox/user.js
@@ -9,6 +9,7 @@ user_pref("general.smoothScroll", false);
user_pref("browser.tabs.insertRelatedAfterCurrent", false);
user_pref("browser.startup.page", 3);
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
+user_pref("widget.non-native-theme.scrollbar.style", 4);
// allow addons to work on mozilla domains
user_pref("extensions.webextensions.restrictedDomains", "");