ابحث في الدعم

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

How to stop tabs from appearing when hovering on top in fullscreen.

  • 2 (ردّان اثنان)
  • 1 has this problem
  • 627 views
  • آخر ردّ كتبه cor-el

more options

I am on Firefox 70.0 (64 Bit). When I am on websites in fullscreen mode, the tab section appears when hovering on top. Is there any way to disable this feature? I've already tried the chrome.css solution but didn't work for me.

I am on Firefox 70.0 (64 Bit). When I am on websites in fullscreen mode, the tab section appears when hovering on top. Is there any way to disable this feature? I've already tried the chrome.css solution but didn't work for me.

الحل المُختار

Did you previously used userChrome.css to disable this 'toggler' ?

It would still be this code in userChrome.css:

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

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

Read this answer in context 👍 1

All Replies (2)

more options

As far as I know, the only built-in options are to roll up/roll down the toolbar area, or keep it visible persistently.

What userChrome.css rules did you try -- can you provide a link to the source?

Generally speaking, the following is a good site for userChrome.css fixes:

https://www.reddit.com/r/FirefoxCSS/

And if you are setting up your file for the first time in Firefox 69 or later, see:

https://www.userchrome.org/firefox-changes-userchrome-css.html#fx69

more options

الحل المُختار

Did you previously used userChrome.css to disable this 'toggler' ?

It would still be this code in userChrome.css:

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

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.