]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/js/dashboard.js
WordPress 4.2.3
[autoinstalls/wordpress.git] / wp-admin / js / dashboard.js
index f5e37e621a96a04bd454d90a9c8cea13793e0068..a2a846cdd4f2301569f35eef1433fd0f1608c0fd 100644 (file)
@@ -124,7 +124,7 @@ jQuery(document).ready( function($) {
        };
        quickPressLoad();
 
-       $( '.meta-box-sortables' ).sortable( 'option', 'containment', 'document' );
+       $( '.meta-box-sortables' ).sortable( 'option', 'containment', '#wpwrap' );
 
        function autoResizeTextarea() {
                if ( document.documentMode && document.documentMode < 9 ) {