Mozilla サポートの検索

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 人がこの問題に困っています
  • 550 回表示
  • 最後の返信者: 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.

この回答をすべて読む 👍 1

すべての返信 (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.