Søg i 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.

Læs mere

94.0.1 - Tabs position

  • 2 svar
  • 1 har dette problem
  • 10 visninger
  • Seneste svar af Gummo

more options

For some time, I was able to have my tabs appear below the address bar and bookmarks bar (can't remember how I did it). However, 94.0.1 has repositioned my tabs above those bars once more.

Any idea how to fix this?

For some time, I was able to have my tabs appear below the address bar and bookmarks bar (can't remember how I did it). However, 94.0.1 has repositioned my tabs above those bars once more. Any idea how to fix this?

Ændret af Gummo den

Alle svar (2)

more options

You can only move the Tab bar to a position below the Navigation Toolbar by using CSS code in userChrome.css.

DISCLAIMER: modifications made through a userChrome.css file can stop working as Firefox evolves in new releases, and can "break" the interface in serious ways.


See this forum response for updated CSS code for Firefox 89+ to see if that works for you.

See also: More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

more options

I'll give that a lash - thanks cor-el.