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

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

How do I disable the mouseover to reveal the address/toolbar while in fullscreen?

  • 2 àwọn èsì
  • 1 ní ìṣòro yìí
  • 875 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ akibby

more options

Is there a way to stop the address bar from being revealed when the mouse reaches the top of the screen while in fullscreen mode? I find this feature to be more of an annoyance than actually helpful as 90% of the time I trigger it on accident. It is exceedingly annoying when I trigger this while using Roll20 as it causes the camera to pan to the top left corner of the map I am on (see imgur link for example, gif was too large for upload).

https://imgur.com/A2G5x7l

I already know that you can right click the address bar while in fullscreen and select "Hide Toolbars" which will prevent it from retracting, but this is not a good solution because the toolbar uses more screen real estate than my windows taskbar does. Any additional help with my issue is greatly appreciated.

Is there a way to stop the address bar from being revealed when the mouse reaches the top of the screen while in fullscreen mode? I find this feature to be more of an annoyance than actually helpful as 90% of the time I trigger it on accident. It is exceedingly annoying when I trigger this while using Roll20 as it causes the camera to pan to the top left corner of the map I am on (see imgur link for example, gif was too large for upload). https://imgur.com/A2G5x7l I already know that you can right click the address bar while in fullscreen and select "Hide Toolbars" which will prevent it from retracting, but this is not a good solution because the toolbar uses more screen real estate than my windows taskbar does. Any additional help with my issue is greatly appreciated.

Ọ̀nà àbáyọ tí a yàn

See this thread about how to use userChrome.css to hide the Full Screen toggler.

  • [/questions/1200755] How do I make the toolbar not show up in full screen even when I move the cursor upwards?

Add code to the userChrome.css file below the default @namespace line.


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

#fullscr-toggler { display:none!important; }
Ka ìdáhùn ni ìṣètò kíkà 👍 1

All Replies (2)

more options

Ọ̀nà àbáyọ Tí a Yàn

See this thread about how to use userChrome.css to hide the Full Screen toggler.

  • [/questions/1200755] How do I make the toolbar not show up in full screen even when I move the cursor upwards?

Add code to the userChrome.css file below the default @namespace line.


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

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

Thanks so much for that! I was able to fix it after making my userChrome.css file and adding that text!