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

git-svn-id: http://core.svn.wordpress.org/trunk@21214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2012-07-05 19:24:57 +00:00
parent 60b88004a6
commit fb0754d3d3

View File

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