Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად
დაარქივებული

The end of list of tabs is hidden under taskbar

TyDraniu პასუხგაცემული
konstantinpopov

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)

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;
}