Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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 respostas
  • 20 have this problem
  • 36 views
  • Last reply by The_Dyce

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.

Chosen solution

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 }

Ler a resposta no contexto 👍 5

All Replies (2)

Chosen Solution

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 }

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