Browse Source

[oozie] Passthrough arrows click

Enrico Berti 11 years ago
parent
commit
5c8e649
1 changed files with 5 additions and 1 deletions
  1. 5 1
      apps/oozie/static/css/workflow-editor.css

+ 5 - 1
apps/oozie/static/css/workflow-editor.css

@@ -516,4 +516,8 @@ em {
 
 #addActionDemiModal input, #addActionDemiModal select {
   margin-bottom: 0;
-} 
+}
+
+canvas {
+  pointer-events: none;
+}