Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

Better way to close "X", the "find" bar at bottom of screen, close is way over to the right?

more options

I use on Ubuntu Linux (90.0.02). When you do a "find' on a page (ctrl-F) the bar appears at the bottom of the screen and you enter the text and search. But then, if you want to get rid of it, the "X" is all the way over to the right and there is no way to scroll the screen to get over to it. I have to move the whole Firefox browser way over to the left, and then resize the window really wide to the right in order to get to that "X". Shouldn't there be a better way to do that? Thanks

I use on Ubuntu Linux (90.0.02). When you do a "find' on a page (ctrl-F) the bar appears at the bottom of the screen and you enter the text and search. But then, if you want to get rid of it, the "X" is all the way over to the right and there is no way to scroll the screen to get over to it. I have to move the whole Firefox browser way over to the left, and then resize the window really wide to the right in order to get to that "X". Shouldn't there be a better way to do that? Thanks

Alle Antworten (3)

more options

You can press the ESC key to close the find bar.

more options

You can possibly use code in userChrome.css to move the close button to the left end.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.findbar-closebutton {-moz-box-ordinal-group:0}

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.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true
more options

You probably know there was a bug in Firefox 92.0 where users with the Sidebar open had this problem. Firefox 92.0.1 was released today with a fix for this. Not sure how soon your package manager will have access.