Address bar jumping off screen when used
Since 2 weeks, I have been facing a UI error in the address bar. Whenever I select it to type something, the bar and search suggestions jump up off-screen. Pic attached.
Chosen solution
You appear to be using userChrome.css and userContent.css.
This is likely a problem with 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 set this pref to false in about:config to disable userChrome.css and userContent.css.
- about:config => toolkit.legacyUserProfileCustomizations.stylesheets => false
- https://support.mozilla.org/en-US/kb/about-config-editor-firefox
All Replies (1)
Chosen Solution
You appear to be using userChrome.css and userContent.css.
This is likely a problem with 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 set this pref to false in about:config to disable userChrome.css and userContent.css.
- about:config => toolkit.legacyUserProfileCustomizations.stylesheets => false
- https://support.mozilla.org/en-US/kb/about-config-editor-firefox