Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

The end of list of tabs is hidden under taskbar

  • 1 reply
  • 1 has this problem
  • 1 view
  • Last reply by 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?
Attached screenshots

All Replies (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;
}