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 417b5316 fix editor overlay may be covered by the header (tweak
9c41988f42b32f7ba26ec55f0858e5701f8f159f), resolves apache/echarts#19143
417b5316 is described below
commit 417b5316ff8224911a1901c7f5d598a3e8d50baa
Author: plainheart <[email protected]>
AuthorDate: Thu Sep 21 16:19:44 2023 +0800
fix editor overlay may be covered by the header (tweak
9c41988f42b32f7ba26ec55f0858e5701f8f159f), resolves apache/echarts#19143
---
src/editor/CodeMonaco.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/editor/CodeMonaco.vue b/src/editor/CodeMonaco.vue
index b2f90466..3f2b6f76 100644
--- a/src/editor/CodeMonaco.vue
+++ b/src/editor/CodeMonaco.vue
@@ -217,6 +217,10 @@ export default {
top: 0;
bottom: 0;
right: 0;
+}
+
+.overflowingContentWidgets {
+ position: relative;
z-index: 20000;
}
</style>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]