[wp-hackers] Unclickable Widgets - Solution
Kaspars
kaspars at konstruktors.com
Wed Oct 15 18:07:33 GMT 2008
In latest nightly, under Widget management nothing is clickable.
It looks like .wrap's relative positioning is to blame.
#wpbody .wrap { position:relative; }
So the solution is to remove position:relative from #wpbody .wrap or to
add clear:both, like this:
#wpbody .wrap { position:relative; clear:both; }
Regards,
Kaspars
p.s. sorry that I didn't submit a patch.
More information about the wp-hackers
mailing list