Difference between revisions of "Team:Uppsala/test5"

Line 391: Line 391:
 
     e.preventDefault();
 
     e.preventDefault();
 
     $('body,html').animate({
 
     $('body,html').animate({
       scrollTop: $(this.hash).offset().top
+
       scrollTop: $(this.hash).offset().top - 200
 
     }, 1000 );
 
     }, 1000 );
 
   });
 
   });
Line 397: Line 397:
 
   // Active link switching
 
   // Active link switching
 
   $(window).scroll(function() {
 
   $(window).scroll(function() {
     var scrollbarLocation = $(this).scrollTop() - 100;
+
     var scrollbarLocation = $(this).scrollTop();
 
      
 
      
 
     scrollLink.each(function() {
 
     scrollLink.each(function() {

Revision as of 23:31, 16 October 2018




Uppsala iGEM 2018