Merge pull request #2668 from kurund/test-fixes
[civicrm-core.git] / templates / CRM / common / Navigation.tpl
index ee925362b6036ae4d825561090ac7ab93b160f6d..2053dc770961b85014c0f676f48ab724998ae140 100644 (file)
@@ -114,7 +114,7 @@ $('#civicrm-menu').ready(function() {
       },
       create: function() {
         // Place menu in front
-        $(this).crmAutocomplete('widget').css('z-index', (1 + parseInt($('#civicrm-menu').css('z-index'))));
+        $(this).crmAutocomplete('widget').css('z-index', $('#civicrm-menu').css('z-index'));
       }
     })
     .keydown(function() {