Fix dragging to the bottom of the screen on the Dashboard.
Props eltobiano. See #32094. git-svn-id: https://develop.svn.wordpress.org/trunk@32505 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
047c2fdadd
commit
12b3b1c100
@ -124,7 +124,7 @@ jQuery(document).ready( function($) {
|
|||||||
};
|
};
|
||||||
quickPressLoad();
|
quickPressLoad();
|
||||||
|
|
||||||
$( '.meta-box-sortables' ).sortable( 'option', 'containment', 'document' );
|
$( '.meta-box-sortables' ).sortable( 'option', 'containment', '#wpwrap' );
|
||||||
|
|
||||||
function autoResizeTextarea() {
|
function autoResizeTextarea() {
|
||||||
if ( document.documentMode && document.documentMode < 9 ) {
|
if ( document.documentMode && document.documentMode < 9 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user