Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

The end of list of tabs is hidden under taskbar

  • 1 ответ
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от 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?
Приложенные скриншоты

Все ответы (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;
}