搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Opening many tabs makes the tab-bar scroll, I want it not to and instead display all tabs at once. How do I do this?

  • 1 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

As described in the question line, I'd like Firefox NOT to scroll the tab-bar when opening many tabs and instead have it display all the tabs I've opened in that particular window.

I have done this before, but sadly it was a long time ago so I can't remember how and I'm not even sure the newer versions of Firefox allows you to change it. I remember going into the firefox settings by typing something and then editing a value to something but yeah, where what and how is now unknown to me.

As described in the question line, I'd like Firefox NOT to scroll the tab-bar when opening many tabs and instead have it display all the tabs I've opened in that particular window. I have done this before, but sadly it was a long time ago so I can't remember how and I'm not even sure the newer versions of Firefox allows you to change it. I remember going into the firefox settings by typing something and then editing a value to something but yeah, where what and how is now unknown to me.

所有回复 (1)

more options

In previous Firefox version you used to set the minimum and maximum width of a tab via prefs on the about:config page.
The prefs browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth are no longer supported in Firefox 4+.
You now need to use code in userChrome.css or use an extension.

  • Bug 574654 - Remove browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth in favor of CSS