Sample select drop down stops displaying after first submit. Signed-off-by: Gordon Smith <gordon.smith@lexisnexis.com>
@@ -74,7 +74,7 @@
ECL Playground</div>
<div style="float: right; display: inline-block; vertical-align: middle">
<label id="sampleSelectLabel" for="sampleSelect">Sample:</label>
- <div id="sampleSelect" style="overflow: visible !important">
+ <div id="sampleSelect">
</div>
@@ -38,7 +38,7 @@ define([
name: this.id,
store: sampleStore,
value: "default.ecl",
- maxHeight: -1,
+ maxHeight: 480,
style: {
padding: 0
},
@@ -62,4 +62,4 @@ define([
}
});
-});
+});