Ticket #20300: 20300-2.diff

File 20300-2.diff, 441 bytes (added by jkudish, 14 months ago)

changes z-index to 1001 instead of 100

  • wp-admin/js/widgets.dev.js

     
    7777                        handle: '> .widget-top > .widget-title', 
    7878                        distance: 2, 
    7979                        helper: 'clone', 
    80                         zIndex: 5, 
     80                        zIndex: 1001, 
    8181                        containment: 'document', 
    8282                        start: function(e,ui) { 
    8383                                ui.helper.find('div.widget-description').hide();