Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

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

  • 1 yanıt
  • 12 kişi bu sorunu yaşıyor
  • 9 gösterim
  • Son yanıtı yazan: 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?

Tüm Yanıtlar (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 }