From 04861b80be72489681d915f39b30ab953b8eb210 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 25 Sep 2013 12:46:27 -0400 Subject: [PATCH] fixes scroll position on side menu Former-commit-id: d4dd1417db36c4c47e1e0bb81aceff57051bc294 Former-commit-id: 66c4f8b0c4403d7b5ee21b02a78e6f8095092e2c --- node/src/files/javascript/semantic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/files/javascript/semantic.js b/node/src/files/javascript/semantic.js index c5c179253..6949b8834 100755 --- a/node/src/files/javascript/semantic.js +++ b/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')