This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

Disabling the mouseover to reveal the address/toolbar while in fullscreen - old method doesn't work

  • 1 freagra
  • 1 leis an bhfadhb seo
  • 2 views
  • Freagra is déanaí ó cor-el

more options

For a long time I used a known method to disable the mouseover to reveal the address/toolbar while in fullscreen. It is described here link text and works via adding this line

  1. fullscr-toggler { display:none !important; }

in userChrome.css and enabling userChrome.css at about:config page. However it stopped working for me. I am currently with Firefox 85.0.

For a long time I used a known method to disable the mouseover to reveal the address/toolbar while in fullscreen. It is described here [https://support.mozilla.org/en-US/questions/1271399 link text] and works via adding this line #fullscr-toggler { display:none !important; } in userChrome.css and enabling userChrome.css at about:config page. However it stopped working for me. I am currently with Firefox 85.0.

Réiteach roghnaithe

Hi

div#fullscr-toggler has been moved to HTML namespace, so you need to update the code in userChrome.css

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

Read this answer in context 👍 2

All Replies (1)

more options

Réiteach Roghnaithe

Hi

div#fullscr-toggler has been moved to HTML namespace, so you need to update the code in userChrome.css

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