From 73c16385635a0f3c35159b2c270a889c45a47216 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 17 Mar 2012 12:26:14 +0000 Subject: bug fixed: chosenBox invisible (Chrome/Opera) or unresponsive (Firefox) when overflowing the fieldset git-svn-id: http://piwigo.org/svn/trunk@13592 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/theme.css | 1 - 1 file changed, 1 deletion(-) (limited to 'admin') diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 006a56d8a..da92075c5 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -386,7 +386,6 @@ DIV.comment BLOCKQUOTE { FIELDSET { padding: 1em; margin: 1em; - overflow: hidden; /* <- makes Opera happy */ } FORM.filter FIELDSET UL { -- cgit v1.2.3