From b97cdd2ef5a3b354b97fbc678e28058ebb251e8b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 30 Aug 2006 17:30:58 +0000 Subject: [PATCH] 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. --- chrome/chromeFiles/skin/default/scholar/overlay.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/chromeFiles/skin/default/scholar/overlay.css b/chrome/chromeFiles/skin/default/scholar/overlay.css index 2b40342acd..7feb5d2940 100644 --- a/chrome/chromeFiles/skin/default/scholar/overlay.css +++ b/chrome/chromeFiles/skin/default/scholar/overlay.css @@ -8,7 +8,7 @@ scholar-status-bar-icon #scholar-pane { background: #f5f5f5; - min-height: 150px; + min-height: 170px; padding: 4px; }