Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Suggestions in address bar appear above and offscreen

  • 2 ответа
  • 0 имеют эту проблему
  • 35 просмотров
  • Последний ответ от justinspam2

more options

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.

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
Прочитайте этот ответ в контексте 👍 0

Все ответы (2)

more options

Выбранное решение

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
more options

Thank you very much!!! I set that to false, restarted Firefox and now the suggestions are appearing below the address bar again.