From f8c099eaacee775e71337ac513988e180bddf7c1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 7 Jan 2007 20:39:59 +0000 Subject: [PATCH] Restore overflow: hidden on tagselector groupbox to fix toolbar icons disappearing when dragging column 1/2 splitter to the left (thanks Sean) --- chrome/skin/default/zotero/bindings/tagselector.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/skin/default/zotero/bindings/tagselector.css b/chrome/skin/default/zotero/bindings/tagselector.css index 74ec37786..c0bed127f 100644 --- a/chrome/skin/default/zotero/bindings/tagselector.css +++ b/chrome/skin/default/zotero/bindings/tagselector.css @@ -1,5 +1,6 @@ groupbox { + overflow: hidden; min-height: 132px; padding-bottom: 2px; }