Changeset 9829

Show
Ignore:
Timestamp:
11/21/08 09:11:17 (2 months ago)
Author:
azaozz
Message:

Fix postbox dragging when converting from single-column to dual-column, fixes #8304

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/js/postbox.js

    r9578 r9829  
    4545        init : function(page, args) { 
    4646            $.extend( this, args || {} ); 
     47            $('#wpbody-content').css('overflow','hidden'); 
    4748            $('.meta-box-sortables').sortable( { 
    4849                placeholder: 'sortable-placeholder',