Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

toolbar poping down unwanted

  • 5 Antworten
  • 0 haben dieses Problem
  • 28 Aufrufe
  • Letzte Antwort von cor-el

more options

I need to know how to stop the tool bar from popping down whenever my mouse hits the top of the screen in fullscreen with hide toolbars selected, no other browser I have used does this so I dont know if it is intentional but if it is please tell me how to make it go away, thank you.

I need to know how to stop the tool bar from popping down whenever my mouse hits the top of the screen in fullscreen with hide toolbars selected, no other browser I have used does this so I dont know if it is intentional but if it is please tell me how to make it go away, thank you.

Alle Antworten (5)

more options

What toolbar? This tells not info for anyone to know what or where to look for that issue?

more options

the toolbar as in the bar at the top of the screen that has the search bar, bookmarks and tabs, sorry if there is a better word for this

more options

Make sure Firefox isn't set to run in Full Screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).

When you are in Full Screen mode, hover the mouse to the top of the screen to make the Navigation Toolbar and Tab bar appear. Right-click empty space on a toolbar to find "Exit Full Screen mode" and "Hide toolbars".

You can use one of these to leave Full Screen mode:

  • press the F11 key
  • click the Maximize button at the right end of the Tab bar
  • click the Full Screen button in the "3-bar" Firefox menu button drop-down list
more options

You can run in Kiosk mode if you don't want toolbars.

more options

You can possibly use code in userChrome.css to disable the #fullscr-toggler.

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


More info about userChrome.css/userContent.css in case you are not familiar:

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.