Suggestions in address bar appear above and offscreen
Since update 126, when I start typing in the address bar, the firefox suggestions show above and over the address bar instead of below. See screenshot.
被采纳的解决方案
This is likely a problem with customization code in userChrome.css that is broken and needs an update. You can check if there is an update available from its creator, there might be a link in the code where you can get the latest version.
You can disable userChrome.css and userContent.css by setting this pref to false in about:config if you do not want to use these files.
- about:config => toolkit.legacyUserProfileCustomizations.stylesheets => false
所有回复 (2)
选择的解决方案
This is likely a problem with customization code in userChrome.css that is broken and needs an update. You can check if there is an update available from its creator, there might be a link in the code where you can get the latest version.
You can disable userChrome.css and userContent.css by setting this pref to false in about:config if you do not want to use these files.
- about:config => toolkit.legacyUserProfileCustomizations.stylesheets => false
Thank you very much!!! I set that to false, restarted Firefox and now the suggestions are appearing below the address bar again.