Search Support

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

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

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

  • 1 baphendule
  • 1 inale nkinga
  • 44 views
  • Igcine ukuphendulwa ngu 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

Isisombululo esikhethiwe

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; }
Funda le mpendulo ngokuhambisana nalesi sihloko 👍 0

All Replies (1)

more options

Isisombululo Esikhethiwe

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; }