/*  Tb - view headers with vertical scrollbars  */

/* ========== info start ========== */
/*
- displays vertical scrollbars on all header displays
- scrollbar is added to header display even if not needed.
- horizontal scrollbar is NOT generated for long lines, but each line can still scroll.
- works in Thunderbird 1.5.0.x/2.0.0.x

- source = https://bugzilla.mozilla.org/show_bug.cgi?id=223132&sourceid=mozilla-search#c8

- history
= 2007-04-22, Sunday
confirmed works in tb2 & updated version info
*/
/* ========== info end ========== */


/* ========== code start ========== */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#msgHeaderView { 
	max-height: 20em !important;
	overflow: auto !important;
	}
/* ========== code end ========== */