Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

The new update ignores browser.tabs.onTop = false. They go on top no matter the setting. :(

more options

I like my tabs on top. Before the recent update I could set browser.tabs.onTop to false in about:config to get them on the bottom. The recent update ignores this setting and puts them on top. How do I get them back on the bottom?

I like my tabs on top. Before the recent update I could set browser.tabs.onTop to false in about:config to get them on the bottom. The recent update ignores this setting and puts them on top. How do I get them back on the bottom?

All Replies (1)

more options

You can use either of the following add-ons.

If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* The above line should appear only once in the file */

#TabsToolbar { -moz-box-ordinal-group: 99 !important }