Ticket #38448: 38448.diff
File 38448.diff, 721 bytes (added by , 9 years ago) |
---|
-
wp-content/themes/twentyseventeen/assets/js/global.js
23 23 idealNavHeight, 24 24 navIsNotTooTall, 25 25 headerOffset, 26 menuTop ,26 menuTop = 0, 27 27 resizeTimer; 28 28 29 29 /** … … 149 149 * 'Scroll Down' arrow in menu area 150 150 */ 151 151 if ( $( 'body' ).hasClass( 'admin-bar' ) ) { 152 menuTop = -32;152 menuTop -= 32; 153 153 } 154 154 if ( $( 'body' ).hasClass( 'blog' ) ) { 155 155 menuTop -= 30; // The div for latest posts has no space above content, add some to account for this