";
- form += "
Configuration:
";
+ //form += "
Configuration:
";
var i;
for (i = 0; i < module.configurations.length; i++) {
var textBoxId = "flow_" + flowId + "_node_" + nodeId + "_"
diff --git a/src/main/webapp/style/haflow.main.css b/src/main/webapp/style/haflow.main.css
index 5ec7ce8..0200422 100644
--- a/src/main/webapp/style/haflow.main.css
+++ b/src/main/webapp/style/haflow.main.css
@@ -60,7 +60,15 @@
}
._jsPlumb_endpoint {
- z-index: 3;
+ z-index: 9;
+}
+
+._jsPlumb_overlay {
+ z-index: 4;
+}
+
+._jsPlumb_endpoint_anchor_ {
+ z-index: 9;
}
.dragHover {