Skip to content

Commit

Permalink
Increase the z-index of widgets so they don't appear behind menu port…
Browse files Browse the repository at this point in the history
…ions while dragging. props jkudish. fixes #20300

git-svn-id: http://core.svn.wordpress.org/trunk@21214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
markjaquith committed Jul 5, 2012
1 parent 60b8800 commit fb0754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-admin/js/widgets.dev.js
Expand Up @@ -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();
Expand Down

0 comments on commit fb0754d

Please sign in to comment.