Merge pull request #3530 from anandpdoshi/anand-june-29

[fix] Item Variant Attribute autocomplete appearance. Fixes #3488, #3515, #3525
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js
index ed1367e..5da3d35 100644
--- a/erpnext/stock/doctype/item/item.js
+++ b/erpnext/stock/doctype/item/item.js
@@ -7,6 +7,7 @@
 	onload: function(frm) {
 		var df = frappe.meta.get_docfield("Item Variant", "item_attribute_value");
 		df.on_make = function(field) {
+			$(field.input_area).addClass("ui-front");
 			field.$input.autocomplete({
 				minLength: 0,
 				minChars: 0,