From 5a21d2e7373224790b93deeb8a4608bc4b7d9724 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 12 Mar 2014 17:41:37 -0400 Subject: [PATCH] Menu js tweak --- templates/CRM/common/Navigation.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/Navigation.tpl b/templates/CRM/common/Navigation.tpl index ee925362b6..2053dc7709 100644 --- a/templates/CRM/common/Navigation.tpl +++ b/templates/CRM/common/Navigation.tpl @@ -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() { -- 2.25.1