From 3dd57d436957d54029455f62a5000ca555f7891e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 4 May 2008 08:52:43 +0000 Subject: [PATCH] Fixes #997, Zotero pane cropped (I suspect) Missing file in my last commit, which I think is also why I wasn't seeing this problem before Reopen if still happening in next build --- chrome/skin/default/zotero/itemPane.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 chrome/skin/default/zotero/itemPane.css diff --git a/chrome/skin/default/zotero/itemPane.css b/chrome/skin/default/zotero/itemPane.css new file mode 100644 index 000000000..e453d474d --- /dev/null +++ b/chrome/skin/default/zotero/itemPane.css @@ -0,0 +1,4 @@ +zoteroitembox +{ + overflow: auto; +}