Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

toolbar poping down unwanted

  • 4 svar
  • 0 har detta problem
  • 54 visningar
  • Senaste svar av 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.

Alla svar (4)

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.