Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Address bar and control buttons are overlapping

  • 5 réponses
  • 0 a ce problème
  • 1 vue
  • Dernière réponse par Ed

more options

Hi! From some time now i have problem with GUI elements overlapping each other. It started with the window control buttons (that part, where you can close the window). Esthetics aside, it was not that big deal, so I just ignored it, but some time ago similar overlap appeared on address bar - so now I don't see what I'm writing. This is a big deal, now I can't really tell if I made a typo, I'm not able to correct it or I can't see if what I'm writing is mixed with original url, stuff like that.

I'm on Manjaro Linux and Firefox version is 127.0 (64 bits) I've tried to reinstall Firefox with different sources, like Flatpak for example, but the issues persists. Has anyone an idea how to fix this?

Hi! From some time now i have problem with GUI elements overlapping each other. It started with the window control buttons (that part, where you can close the window). Esthetics aside, it was not that big deal, so I just ignored it, but some time ago similar overlap appeared on address bar - so now I don't see what I'm writing. This is a big deal, now I can't really tell if I made a typo, I'm not able to correct it or I can't see if what I'm writing is mixed with original url, stuff like that. I'm on Manjaro Linux and Firefox version is 127.0 (64 bits) I've tried to reinstall Firefox with different sources, like Flatpak for example, but the issues persists. Has anyone an idea how to fix this?
Captures d’écran jointes

Toutes les réponses (5)

more options

Your css is interfering. In userChrome.css or an imported file which contains --url-toolbar-height, replacing it with --urlbar-container-height should fix the problem.

Cela vous a-t-il été utile ?

more options

Ed said

Your css is interfering. In userChrome.css or an imported file which contains --url-toolbar-height, replacing it with --urlbar-container-height should fix the problem.

Thank you! :) But my userChrome.css only has 7 lines and neither of them looks like that:

#nav-bar, #identity-box, #tabbrowser-tabs, #TabsToolbar {

	visibility: collapse;

}

#nav-bar * {
   visibility: visible !important;

}

How should it look like? Where to put the --urlbar-container-height part? Or maybe Firefox is looking somewhere else for the CSS?

Modifié le par Sivar

Cela vous a-t-il été utile ?

more options

You collapse the Navigation Toolbar, but displays all toolbar items. I'm not sure on what toolbar those items appear. Do you have the menu bar visible as that is the first choice for showing the control buttons? The second choice would be the Tab bar, but you are hiding its tab.

You can use the Browser Toolbox to check out the current rules and see if you can improve things.

Cela vous a-t-il été utile ?

more options

Thank you for the tool - I will check it out, maybe will be able to figure out fix. For the rest, I'm afraid I did not understand much. I haven't change any settings, this seems to be the default for me.

cor-el said

You collapse the Navigation Toolbar, but displays all toolbar items. I'm not sure on what toolbar those items appear.

I assume you refer to the userChrome.css - I did not change anything there, at least not manually. My problem is with url address bar mostly.

cor-el said

Do you have the menu bar visible as that is the first choice for showing the control buttons?

I'm not sure if I understand your question. What menu bar exactly? It should be visible where? I'm attaching screenshot of entire new window, hopefully that could answer any questions.

cor-el said

The second choice would be the Tab bar, but you are hiding its tab.

I have the tab bar visible (or at least I think so ;) )

Cela vous a-t-il été utile ?

more options

What theme is that? Try disabling it and see what happens.

Cela vous a-t-il été utile ?

Poser une question

Vous devez vous identifier avec votre compte pour répondre aux messages. Veuillez poser une nouvelle question, si vous n’avez pas encore de compte.