From 103d7ddfe30ae0c470e4e9a69d596b78cc630490 Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@9829 602fd350-edb4-49c9-b593-d223f7449a82 --- 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' ],