Mozilla Monitor website will be down for 2 hours starting 5/20/2025 at 6 AM PT. Visit our status site for updates.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

toolbar poping down unwanted

  • 4 trả lời
  • 0 gặp vấn đề này
  • 46 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Tất cả các câu trả lời (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.