How to disable 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
Is there a code with userChrome.css that I can use to disable the tab bar and navigation toolbar when in fullscreen mode
Vahaolana nofidina
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; }Hamaky an'ity valiny ity @ sehatra 👍 0
All Replies (1)
Vahaolana Nofidina
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; }