搜尋 Mozilla 技術支援網站

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

了解更多

Adding New Tab

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

more options

When the tabs reach capacity on the browser window, you can no longer hit "+" to add a new tab. You have to <right click> and select "add new tab".

When the tabs reach capacity on the browser window, you can no longer hit "+" to add a new tab. You have to <right click> and select "add new tab".
附加的畫面擷圖

被選擇的解決方法

If you have this rule in your code then remove or or commented it out (/* ... */).

#tabbrowser-tabs { width: 100vw !important; }
從原來的回覆中察看解決方案 👍 0

所有回覆 (4)

more options

Provide a complete top line of the browser so others can see what is happening-cropping doesn't help. What theme are userChrome.css are you using?

more options

The image I provided is the best I can do. It is too large for the window and you have to scroll right to see the end of it.

The only userChrome.css I'm using is to put the tabs below the search/address bar.

more options

Is this image more informative?

more options

選擇的解決方法

If you have this rule in your code then remove or or commented it out (/* ... */).

#tabbrowser-tabs { width: 100vw !important; }