firefox-gnome-theme/configuration/user.js
Laurin Neff 942eb39f3c
Remove overlay scrollbar configuration (#370)
Firefox 100 enables this by default
2022-05-08 14:36:01 -05:00

12 lines
329 B
JavaScript

/* user.js
* https://github.com/rafaelmardojai/firefox-gnome-theme/
*/
// Enable customChrome.css
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
// Set UI density to normal
user_pref("browser.uidensity", 0);
// Enable SVG context-propertes
user_pref("svg.context-properties.content.enabled", true);