Skip to content

Commit

Permalink
refactor(header-bar): use the same scrolling delta than the post-bott…
Browse files Browse the repository at this point in the history
…om-bar
  • Loading branch information
LouisBarranqueiro committed Jul 30, 2018
1 parent c9a0412 commit a889ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_js/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
this.headerHeight = this.$header.height();
// CSS class located in `source/_css/layout/_header.scss`
this.headerUpCSSClass = 'header-up';
this.delta = 5;
this.delta = 15;
this.lastScrollTop = 0;
};

Expand Down

0 comments on commit a889ce1

Please sign in to comment.