Skip to content

Commit 5963ba9

Browse files
author
Maria Rita Iglesias
committed
Testing highlight
1 parent a0ca6f8 commit 5963ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/production_side_nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
$(label).each(function(j){
4444
var offsetScrollP = $(this).offset().top-$(window).scrollTop();
45-
if (offsetScrollP <= topMenuHeight - 100 && offsetScrollP >= topMenuHeight - 200 && scrollItemsP[j] == "#" + $(this).attr("id")) {
45+
if (offsetScrollP <= topMenuHeight - 150 && offsetScrollP >= topMenuHeight - 200 && scrollItemsP[j] == "#" + $(this).attr("id")) {
4646
$(menuItemsProd).removeClass("active");
4747
$(menuItemsProd[j]).addClass("active");
4848
}

0 commit comments

Comments
 (0)