Make WordPress Core

Changeset 21214

Timestamp:
07/05/2012 07:24:57 PM (12 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/js/widgets.dev.js

    r20628 r21214  
    7878            distance: 2,
    7979            helper: 'clone',
    80             zIndex: 5,
     80            zIndex: ,
    8181            containment: 'document',
    8282            start: function(e,ui) {
Note: See TracChangeset for help on using the changeset viewer.