We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ca6f8 commit 5963ba9Copy full SHA for 5963ba9
_includes/production_side_nav.html
@@ -42,7 +42,7 @@
42
43
$(label).each(function(j){
44
var offsetScrollP = $(this).offset().top-$(window).scrollTop();
45
- if (offsetScrollP <= topMenuHeight - 100 && offsetScrollP >= topMenuHeight - 200 && scrollItemsP[j] == "#" + $(this).attr("id")) {
+ if (offsetScrollP <= topMenuHeight - 150 && offsetScrollP >= topMenuHeight - 200 && scrollItemsP[j] == "#" + $(this).attr("id")) {
46
$(menuItemsProd).removeClass("active");
47
$(menuItemsProd[j]).addClass("active");
48
}
0 commit comments