Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

The end of list of tabs is hidden under taskbar

  • 1 odgovor
  • 1 ima ovaj problem
  • 1 prikaz
  • Posljednji odgovor od 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?
Priložene slike ekrana

Svi odgovori (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;
}