Never display horizontal scrollbar in tag selector -- take that, automatic tags

This commit is contained in:
Dan Stillman 2007-02-02 09:32:01 +00:00
parent 73226f190d
commit 63a9995227

View File

@ -7,7 +7,8 @@ groupbox
#tags-toggle #tags-toggle
{ {
overflow: auto; overflow-x: hidden;
overflow-y: auto;
display: block; /* allow labels to wrap instead of all being in one line */ display: block; /* allow labels to wrap instead of all being in one line */
} }