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:
parent
d1270f0d77
commit
7d1a3effe2
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user