소스 검색

[oozie] Declutter arrows and fix widget clicking problem on IE

Enrico Berti 11 년 전
부모
커밋
f307c6e
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      apps/oozie/static/css/workflow-editor.css
  2. 0 0
      desktop/core/static/ext/js/jquery/plugins/jquery.curvedarrow.js

+ 2 - 0
apps/oozie/static/css/workflow-editor.css

@@ -346,6 +346,7 @@
 
 .card-widget {
   position: relative;
+  z-index: 11;
   overflow-x: auto;
   border: 1px solid #d8d8d8 !important;
 }
@@ -538,6 +539,7 @@ em {
 
 canvas {
   pointer-events: none;
+  z-index: 10;
 }
 
 ul.unstyled li {

+ 0 - 0
desktop/core/static/ext/js/jquery/plugins/jquery.curvedarrow.js