[FIX] Calendar days bar visible under the search menu.--fixes:lp1095246
authorBhumi Thakkar (Open ERP) <bth@tinyerp.com>
Tue, 22 Jan 2013 11:26:16 +0000 (16:56 +0530)
committerBhumi Thakkar (Open ERP) <bth@tinyerp.com>
Tue, 22 Jan 2013 11:26:16 +0000 (16:56 +0530)
bzr revid: bth@tinyerp.com-20130122112616-xw4fxakjn0c7debf

addons/web/static/src/js/search.js

index a0208cc..1d73229 100644 (file)
@@ -445,6 +445,7 @@ instance.web.SearchView = instance.web.Widget.extend(/** @lends instance.web.Sea
                             ? $('<a>').html(item.label)
                             : $('<a>').text(item.value));
                 }
+                $(ul[0]).css({'z-index': 2});
                 return $item.text(item.label)
                     .css({
                         borderTop: '1px solid #cccccc',