Header viewing

User Help for Mozilla Thunderbird
Locked
internetique
Posts: 50
Joined: August 20th, 2005, 6:40 pm

Header viewing

Post by internetique »

Hi,

When the viewing "all" header, the viewing area is not scrollable, neither horizontally nor vertically.
Then only the first part of header lines is viewable, and not even all of them.
old np
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old np »

I'm assuming
http://forums.mozillazine.org/viewtopic.php?t=308242
http://forums.mozillazine.org/viewtopic.php?t=308241
and this thread are all referencing Thunderbird and not Firefox?
internetique
Posts: 50
Joined: August 20th, 2005, 6:40 pm

Post by internetique »

>>and this thread are all referencing Thunderbird and not Firefox?

Sure, sorry, my mistake ;-(
User avatar
James
Moderator
Posts: 28005
Joined: June 18th, 2003, 3:07 pm
Location: Made in Canada

Post by James »

Moved to Thunderbird Support.
Old Bozz
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Re: Header viewing

Post by Old Bozz »

internetique wrote:Hi,

When the viewing "all" header, the viewing area is not scrollable, neither horizontally nor vertically.
Then only the first part of header lines is viewable, and not even all of them.

Put this is userChrome.css or use Ctrl + U.

Code: Select all

#msgHeaderView {
    max-height: 10em !important;
    overflow: auto !important; }
Locked