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’.

Learn More

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

The end of list of tabs is hidden under taskbar

  • 1 antwoord
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van TyDraniu

more options

Hi, all. I have a problem accesing last item on the tabs list. Firefox makes the list as high as the screen height, not accounting height of taskbar. As a result, I cannot use the last item of this list.

Is there any setting to adjust the height of the list?

Hi, all. I have a problem accesing last item on the tabs list. Firefox makes the list as high as the screen height, not accounting height of taskbar. As a result, I cannot use the last item of this list. Is there any setting to adjust the height of the list?
Gekoppelde schermafbeeldingen

Alle antwoorden (1)

more options

Hi, I can't reproduce it on Windows 10, so it looks like a Win7-specific issue.

If you're familiar with userChrome.css, you can use the following code:

.panel-viewstack {
    max-height: 700px !important;
}