Make WordPress Core

Changeset 32505


Ignore:
Timestamp:
05/14/2015 11:49:44 PM (9 years ago)
Author:
azaozz
Message:

Fix dragging to the bottom of the screen on the Dashboard.
Props eltobiano. See #32094.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/dashboard.js

    r29323 r32505  
    125125    quickPressLoad();
    126126
    127     $( '.meta-box-sortables' ).sortable( 'option', 'containment', 'document' );
     127    $( '.meta-box-sortables' ).sortable( 'option', 'containment', '#wpwrap' );
    128128
    129129    function autoResizeTextarea() {
Note: See TracChangeset for help on using the changeset viewer.