Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

The new update ignores browser.tabs.onTop = false. They go on top no matter the setting. :(

  • 1 ответ
  • 12 имеют эту проблему
  • 9 просмотров
  • Последний ответ от Gingerbread Man

more options

I like my tabs on top. Before the recent update I could set browser.tabs.onTop to false in about:config to get them on the bottom. The recent update ignores this setting and puts them on top. How do I get them back on the bottom?

I like my tabs on top. Before the recent update I could set browser.tabs.onTop to false in about:config to get them on the bottom. The recent update ignores this setting and puts them on top. How do I get them back on the bottom?

Все ответы (1)

more options

You can use either of the following add-ons.

If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* The above line should appear only once in the file */

#TabsToolbar { -moz-box-ordinal-group: 99 !important }