I recently upgraded my system and, after installing and using Firefox, I notice the Find (Ctrl + F) bar is now at the bottom of the window. Whereas, it was previously at… (tuilleadh eolais)
I recently upgraded my system and, after installing and using Firefox, I notice the Find (Ctrl + F) bar is now at the bottom of the window. Whereas, it was previously at the top (which is more like every other application I use).
After some head scratching and web searches, I remembered I had to fix this issue previously (after a Firefox upgrade some time back). The method to fix it then could be found here:
[there a way to put the Find Bar at top]
That link is of course to the same question asked 4 years back.
I have once again followed the procedure there explained per:
• Access my Firefox profile folder. In my case:
C:\Users\<Me>\AppData\Roaming\Mozilla\Firefox\Profiles\5ym42ewi.default
• Create folder therein called ‘chrome’
• In that folder create a file called ‘userChrome.css’
• In that file add text:
.browserContainer > findbar {
-moz-box-ordinal-group: 0;
}
However, after doing that (and restarting Firefox), the Find bar stubbornly remains glued to the bottom of the window.
Can anyone tell me how to solve this issue?
As a separate note to the developers:
This issue is long-standing, that a web search reveals is still relevant to many users.
Any chance of considering making it a standard option?