Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

تلاش سپورٹ

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to disable tab bar and navigation toolbar when in fullscreen mode

  • 1 جواب دیں
  • 1 میں یہ مسئلہ ہے
  • 1 دیکھیں
  • آخری جواب بذریعہ cor-el

more options

Is there a code with userChrome.css that I can use to disable the tab bar and navigation toolbar when in fullscreen mode

Is there a code with userChrome.css that I can use to disable the tab bar and navigation toolbar when in fullscreen mode

منتخب شدہ حل

You can hide the full screen toggler, so moving the mouse to the top wont activate it.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#fullscr-toggler { display:none!important; }
اس جواب کو سیاق و سباق میں پڑھیں 👍 0

تمام جوابات (1)

more options

منتخب شدہ حل

You can hide the full screen toggler, so moving the mouse to the top wont activate it.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#fullscr-toggler { display:none!important; }