[FIX] Fixed autocomplete of search view hide behind overlay.

bzr revid: cpa@tinyerp.com-20130328063346-1aib1n3on9pdr81u
This commit is contained in:
chirag patel 2013-03-28 12:03:46 +05:30
parent ab154e8cbc
commit 4f8f192df0
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ instance.web.SearchView = instance.web.Widget.extend(/** @lends instance.web.Sea
}
},
'autocompleteopen': function () {
this.$el.autocomplete('widget').css('z-index', 3);
this.$el.autocomplete('widget').css('z-index', 1004);
},
},
/**