how to put the search bar on the top of the firefox like chrome ?
is there any specific reason firefox moved the search bar here?
Help: Typing in the search bar on the firefox homepage jumps automatically to the address field/search bar at the top of the browser.
What is the use for 2 search bars?
Videos
I already check this: https://support.mozilla.org/en-US/questions/1197650
Add css code. To the userContent.css file.
```css
/* Move Find Bar above the page*/
.browserContainer > findbar {
-moz-box-ordinal-group: 0;
}
```
But not work.
So How to solve it?
hello, my very first post in this subreddit and i hope i've managed to follow all the rules.
(this may not be an actual problem, but it's annoying and not how firefox behaved before the update, and I want it back to the way it was)
I have an issue where if i type in the search bar on the firefox homepage, it automatically jumps up the the adress field /search bar at the top of the brower window. I have the same issue on two different machines. I've googled around and read some here in the sub but I can't seem to find anything related to this. The problem appeared after the latest firefox update (proton?).
Any and all help and/or information will be much appreciated (I might just have to learn to live with it).
(I'm unsure if I'm using the right terms in english so see the image below to see what I mean)
Where i place the cursor to type and where I want to type
where it actually shows up
So I did everything* at both links in the solution linked to below, including restarting my computer, and it is still at the bottom of the page. This is on MacOS 10.15.7.
*I didn't use the extended text provided to make it compact, just the basic text to move it to the top of the page.
https://support.mozilla.org/en-US/questions/1197650#answer-1058354
Any help would be very much appreciated.