![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
Disabling the mouseover to reveal the address/toolbar while in fullscreen - old method doesn't work
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
- 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.
Обране рішення
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;}
- /questions/1323320 prevent firefox from showing the address bar in fullscreen mode
Усі відповіді (1)
Вибране рішення
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;}
- /questions/1323320 prevent firefox from showing the address bar in fullscreen mode