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

How do I move tab bar to just above window?

  • 2 vastust
  • 20 on selline probleem
  • 1 view
  • Viimati vastas The_Dyce

more options

My Firefox has just automatically upgraded and the tab bar is now above the search bar. I want the tab bar just above the window but, despite using about:config and changing tab.bar.on.top. to false and restarting, it stubbornly refuses to move. Please advise. Thank you.

My Firefox has just automatically upgraded and the tab bar is now above the search bar. I want the tab bar just above the window but, despite using about:config and changing tab.bar.on.top. to false and restarting, it stubbornly refuses to move. Please advise. Thank you.

Valitud lahendus

You can use any 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 }

Loe vastust kontekstis 👍 5

All Replies (2)

more options

Valitud lahendus

You can use any 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 }

more options

Thank you. I'll have a look at these later when I've time.