From 5215a9d76673e769e80beeb778fe07ad0c1a3136 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Fri, 29 Apr 2016 17:46:47 +0200 Subject: [PATCH] contact-page: fix for filter is above modal --- js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/theme.js b/js/theme.js index dd71b5d3db..00008fc3e2 100644 --- a/js/theme.js +++ b/js/theme.js @@ -503,7 +503,7 @@ function filter_replace(item) { }; this.attr('autocomplete','off'); - var a = this.textcomplete([contacts], {className:'accontacts', zIndex:10000, appendTo: '#contact-list'}); + var a = this.textcomplete([contacts], {className:'accontacts', appendTo: '#contact-list'}); a.on('textComplete:select', function(e, value, strategy) { $(".dropdown-menu.textcomplete-dropdown.media-list").show(); }); };