SHOR-13: Fix regression search
authorMukesh Ram <mukesh@compucorp.co.uk>
Mon, 23 Jul 2018 11:03:26 +0000 (16:33 +0530)
committerMukesh Ram <mukesh@compucorp.co.uk>
Mon, 23 Jul 2018 11:03:26 +0000 (16:33 +0530)
templates/CRM/common/navigation.js.tpl

index 98783c49a101927e7670937d2e9b8c66981e2cec..04d762f3c73410b384f0e44d4286a3ff3a71589f 100644 (file)
@@ -62,7 +62,7 @@
 
   //Track Scrolling
   $(window).scroll(function () {
-    $('div.sticky-header').css({top: "23px", position: "fixed"});
+    $('div.sticky-header').css({top: $('#civicrm-menu').height() + "px", position: "fixed"});
   });
 
   if ($('#edit-shortcuts').length > 0) {