Increase the z-index of widgets so they don't appear behind menu portions while dragging. props jkudish. fixes #20300

git-svn-id: https://develop.svn.wordpress.org/trunk@21214 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2012-07-05 19:24:57 +00:00
parent d1270f0d77
commit 7d1a3effe2

View File

@ -77,7 +77,7 @@ wpWidgets = {
handle: '> .widget-top > .widget-title',
distance: 2,
helper: 'clone',
zIndex: 5,
zIndex: 100,
containment: 'document',
start: function(e,ui) {
ui.helper.find('div.widget-description').hide();