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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 6774827  fix a little issue (#8039)
6774827 is described below

commit 677482795c5d95f26a6b64fe5bf00372626d4a59
Author: calvin <[email protected]>
AuthorDate: Fri Jan 14 14:33:57 2022 +0800

    fix a little issue (#8039)
---
 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