···2626// fix sidebar tab drag on linux
2727user_pref("widget.gtk.ignore-bogus-leave-notify", 1);
28282929-// option for transparent tab bg (comment out to due issues on some websites)
3030-// user_pref("browser.tabs.allow_transparent_browser", true);
2929+// option for transparent tab bg (disabled to due issues on some websites)
3030+user_pref("browser.tabs.allow_transparent_browser", false);
31313232// uidensity -> compact
3333user_pref("browser.uidensity", 1)