widgets/ComboBoxLister.js
[Pman.Core] / widgets / ComboBoxLister.js
index e58e3b8..c631dc0 100644 (file)
@@ -64,8 +64,8 @@ Ext.extend(Ext.form.ComboBoxLister, Ext.form.ComboBox, {
         this.outerWrap.dom.removeChild(this.trigger.dom);
         this.wrap.dom.appendChild(this.trigger.dom);
         
-        this.trigger.setStyle('position', 'relative');
-        this.trigger.setStyle('vertical-align', 'top');
+        //this.trigger.setStyle('position', 'relative');
+        //this.trigger.setStyle('vertical-align', 'top');
         if (this.adder) {