Closes #149, scholar pane overflow

Closes #208, tags overflow pane

This is kind of cheating, but it works, and as long as we can live with a 170px min-height, I'm not going to take the time to figure out how (and whether) this can be fixed.
This commit is contained in:
Dan Stillman 2006-08-30 17:30:58 +00:00
parent 77b594f447
commit b97cdd2ef5

View File

@ -8,7 +8,7 @@ scholar-status-bar-icon
#scholar-pane
{
background: #f5f5f5;
min-height: 150px;
min-height: 170px;
padding: 4px;
}