Make WordPress Core

Ticket #38448: 38448.diff

File 38448.diff, 721 bytes (added by tywayne, 9 years ago)
  • wp-content/themes/twentyseventeen/assets/js/global.js

     
    2323                        idealNavHeight,
    2424                        navIsNotTooTall,
    2525                        headerOffset,
    26                         menuTop,
     26                        menuTop = 0,
    2727                        resizeTimer;
    2828
    2929        /**
     
    149149                         * 'Scroll Down' arrow in menu area
    150150                         */
    151151                        if ( $( 'body' ).hasClass( 'admin-bar' ) ) {
    152                                 menuTop = -32;
     152                                menuTop -= 32;
    153153                        }
    154154                        if ( $( 'body' ).hasClass( 'blog' ) ) {
    155155                                menuTop -= 30; // The div for latest posts has no space above content, add some to account for this