瀏覽代碼

[oozie] Passthrough arrows click

Enrico Berti 11 年之前
父節點
當前提交
5c8e649f98
共有 1 個文件被更改,包括 5 次插入1 次删除
  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;
+}