From 63a9995227ccc6d19858749cb63f22fb4014fbf5 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 2 Feb 2007 09:32:01 +0000 Subject: [PATCH] Never display horizontal scrollbar in tag selector -- take that, automatic tags --- chrome/skin/default/zotero/bindings/tagselector.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/skin/default/zotero/bindings/tagselector.css b/chrome/skin/default/zotero/bindings/tagselector.css index c0bed127f..6cc316365 100644 --- a/chrome/skin/default/zotero/bindings/tagselector.css +++ b/chrome/skin/default/zotero/bindings/tagselector.css @@ -7,7 +7,8 @@ groupbox #tags-toggle { - overflow: auto; + overflow-x: hidden; + overflow-y: auto; display: block; /* allow labels to wrap instead of all being in one line */ }