Merge pull request #291 from gunir/patch-4

Better scrollbar for Windows
This commit is contained in:
mauro 🤙
2024-08-17 10:24:24 +02:00
committed by GitHub

View File

@@ -149,4 +149,5 @@ pref("devtools.chrome.enabled", true);
pref("sidebar.revamp", false, locked);
pref("sidebar.verticalTabs", false, locked);
// Better scrollbar for Windows
pref("widget.non-native-theme.scrollbar.style", 2);