Browse Source

fixes scroll position on side menu

Former-commit-id: d4dd1417db
Former-commit-id: 66c4f8b0c4
pull/258/head
jlukic 11 years ago
parent
commit
04861b80be
1 changed files with 1 additions and 1 deletions
  1. 2
      node/src/files/javascript/semantic.js

2
node/src/files/javascript/semantic.js

@ -436,7 +436,7 @@ semantic.ready = function() {
$waypoint = $waypoints.eq( $group.index( $header ) ),
offset
;
offset = $waypoint.offset().top - 80;
offset = $waypoint.offset().top - 70;
if(!$header.hasClass('active') ) {
$menu
.addClass('animating')

Loading…
Cancel
Save