搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Moving tabs to below the address bar Firefox 84

  • 1 回覆
  • 1 有這個問題
  • 5 次檢視
  • 最近回覆由 cor-el

more options

Hello, For some reason my Firefox upgraded without my permission last night. I usually refuse the pop ups because every time there's an update it takes me forever to get things back the way I like them.

That said, this time around I can NOT get the tabs to reposition underneath the address bar. HELP?

I have this in my userChrome.css which I believe is where the setting / option should be.


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* TABS: on bottom */

  1. navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
  2. TabsToolbar {-moz-box-ordinal-group:1000!important}
  1. TabsToolbar {
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;

}

Hello, For some reason my Firefox upgraded without my permission last night. I usually refuse the pop ups because every time there's an update it takes me forever to get things back the way I like them. That said, this time around I can NOT get the tabs to reposition underneath the address bar. HELP? I have this in my userChrome.css which I believe is where the setting / option should be. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* TABS: on bottom */ #navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10} #TabsToolbar {-moz-box-ordinal-group:1000!important} #TabsToolbar { position: absolute !important; bottom: 0 !important; width: 100vw !important; }

所有回覆 (1)

more options

Try the code posted in this thread: