This is an automated email from the ASF dual-hosted git repository.

kerwin pushed a commit to branch 2.0.3-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.3-prepare by this push:
     new cf9e04c  fix a little issue (#8042)
cf9e04c is described below

commit cf9e04ce1d555491c72381dfa112ca205527470d
Author: calvin <[email protected]>
AuthorDate: Fri Jan 14 14:46:11 2022 +0800

    fix a little issue (#8042)
---
 dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss
index 12dd8d9..49eed53 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss
@@ -27,7 +27,7 @@
     height: 100%;
     top: 0;
     left: 0;
-    z-index: 1000;
+    z-index: 10000;
   }
 }
 

Reply via email to