搜索 | 用户支持

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

详细了解

Tabs are gone

  • 2 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 lynncaraher

more options

Firefox 89.0 recently installed itself. First of all, my option to open all tabs when restarting is not on. I reloaded all tabs from History. The tabs started opening on the bottom of the screen. Why???

Now I have only one tab visible. I can only get to one tab. I feel like I'm back in the days of Netscape Navigator. How do I get the old look back?

Firefox 89.0 recently installed itself. First of all, my option to open all tabs when restarting is not on. I reloaded all tabs from History. The tabs started opening on the bottom of the screen. Why??? Now I have only one tab visible. I can only get to one tab. I feel like I'm back in the days of Netscape Navigator. How do I get the old look back?
已附加屏幕截图

被采纳的解决方案

Are you using code in userChrome.css to get the tabs below the Navigation Toolbar ?

If you do then it is likely that your current CSS code is broken and needs to be updated.

You can try the code in the solution in this reply that I've edited for Firefox 89+:

  • /questions/1305615 tabs below address bar - an ongoing problem not fixed !!!
  • /questions/1339095 HERE is the answer to put "TABS BELOW" which will work with Firefox V90 using the - userChrome.css - file

Note that you likely need to adjust the "--tabbar-top" variable to move the Tab bar in the correct position reserved for it. The value of this variable depends on the total height of visible toolbars.

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

Are you using code in userChrome.css to get the tabs below the Navigation Toolbar ?

If you do then it is likely that your current CSS code is broken and needs to be updated.

You can try the code in the solution in this reply that I've edited for Firefox 89+:

  • /questions/1305615 tabs below address bar - an ongoing problem not fixed !!!
  • /questions/1339095 HERE is the answer to put "TABS BELOW" which will work with Firefox V90 using the - userChrome.css - file

Note that you likely need to adjust the "--tabbar-top" variable to move the Tab bar in the correct position reserved for it. The value of this variable depends on the total height of visible toolbars.

more options

Yes, that was it. Thanks!