Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

toolbar poping down unwanted

  • 5 odpowiedzi
  • 0 osób ma ten problem
  • 28 wyświetleń
  • Ostatnia odpowiedź od 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.

Wszystkie odpowiedzi (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.