From 297a4a22b452515e13f21d94c041b3347171e122 Mon Sep 17 00:00:00 2001 From: azaozz Date: Fri, 21 Nov 2008 09:11:17 +0000 Subject: [PATCH] Fix postbox dragging when converting from single-column to dual-column, fixes #8304 git-svn-id: http://svn.automattic.com/wordpress/trunk@9829 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/postbox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/js/postbox.js b/wp-admin/js/postbox.js index 61638e7a91..cd71df5a58 100644 --- a/wp-admin/js/postbox.js +++ b/wp-admin/js/postbox.js @@ -44,6 +44,7 @@ init : function(page, args) { $.extend( this, args || {} ); + $('#wpbody-content').css('overflow','hidden'); $('.meta-box-sortables').sortable( { placeholder: 'sortable-placeholder', connectWith: [ '.meta-box-sortables' ],