Comment 286 for bug 1084

Revision history for this message
In , Andy Boze (base12) wrote :

(In reply to comment #131)
> To that end, has anyone tried the patch in comment #124? Did it work and/or
> cause any other problems?
>
I use SeaMonkey. Is it possible that SeaMonkey and Thunderbird react differently to the CSS patch? (Sorry, I haven't completely read all the comments.) In SeaMonkey, I get a horizontal scroll bar in addition to the vertical scroll bar when the header is set to view all. If I collapse the header, however, it collapses so that none of the header is visible, only the horizontal scroll bar.

This CSS works for me in SeaMonkey 2.0a.

#msgHeaderView {
 max-height: 16em !important;
 overflow-x: hidden !important;
 overflow-y: auto !important;
}