Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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

  • 1 odpověď
  • 1 má tento problém
  • 2 zobrazení
  • Poslední odpověď od 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.

Zvolené řešení

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

Přečíst dotaz v kontextu 👍 2

Všechny odpovědi (1)

more options

Zvolené řešení

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