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

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 9c41988f fix editor overlay may be covered by the header
9c41988f is described below

commit 9c41988f42b32f7ba26ec55f0858e5701f8f159f
Author: plainheart <[email protected]>
AuthorDate: Fri Sep 1 09:06:10 2023 +0800

    fix editor overlay may be covered by the header
---
 src/editor/CodeMonaco.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/editor/CodeMonaco.vue b/src/editor/CodeMonaco.vue
index d42f5088..b2f90466 100644
--- a/src/editor/CodeMonaco.vue
+++ b/src/editor/CodeMonaco.vue
@@ -217,5 +217,6 @@ export default {
   top: 0;
   bottom: 0;
   right: 0;
+  z-index: 20000;
 }
 </style>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to