Ticket #32662: 32662.diff
File 32662.diff, 605 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/js/customize-controls.js
diff --git src/wp-admin/js/customize-controls.js src/wp-admin/js/customize-controls.js index 5d3b635..cdb84ec 100644
605 605 overlay.addClass( 'section-open' ); 606 606 position = content.offset().top; 607 607 scroll = container.scrollTop(); 608 content. css( 'margin-top', ( 45- position - scroll ) );608 content.not( '.menu' ).css( 'margin-top', ( $( '#customize-header-actions' ).height() - position - scroll ) ); 609 609 if ( args.completeCallback ) { 610 610 args.completeCallback(); 611 611 }