Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Adding New Tab

  • 4 antwoorden
  • 0 hebben dit probleem
  • 9 weergaven
  • Laatste antwoord van cor-el

more options

When the tabs reach capacity on the browser window, you can no longer hit "+" to add a new tab. You have to <right click> and select "add new tab".

When the tabs reach capacity on the browser window, you can no longer hit "+" to add a new tab. You have to <right click> and select "add new tab".
Gekoppelde schermafbeeldingen

Gekozen oplossing

If you have this rule in your code then remove or or commented it out (/* ... */).

#tabbrowser-tabs { width: 100vw !important; }
Dit antwoord in context lezen 👍 0

Alle antwoorden (4)

more options

Provide a complete top line of the browser so others can see what is happening-cropping doesn't help. What theme are userChrome.css are you using?

more options

The image I provided is the best I can do. It is too large for the window and you have to scroll right to see the end of it.

The only userChrome.css I'm using is to put the tabs below the search/address bar.

more options

Is this image more informative?

more options

Gekozen oplossing

If you have this rule in your code then remove or or commented it out (/* ... */).

#tabbrowser-tabs { width: 100vw !important; }