Difference between revisions of "Template:Vilnius-Lithuania/navMenu"

m
m
Line 4: Line 4:
 
//STICKY NAV
 
//STICKY NAV
 
$(document).on("scroll", function(e) {
 
$(document).on("scroll", function(e) {
   if ($(document).scrollTop() > 153) {
+
   if ($(document).scrollTop() > 157) {
 
     $(".navMenu").addClass("fix-Menu");
 
     $(".navMenu").addClass("fix-Menu");
 
   } else {
 
   } else {

Revision as of 01:56, 12 October 2016