This commit is contained in:
Vanessa 2022-08-22 10:10:32 +08:00
parent b61dfc2a7f
commit 24ededa17a

View file

@ -270,10 +270,14 @@
overflow-x: overlay;
}
[data-subtype="echarts"] > div,
[data-subtype="mindmap"] > div {
overflow: hidden;
height: 420px;
[data-subtype="echarts"],
[data-subtype="mindmap"] {
z-index: 1;
& > div {
overflow: hidden;
height: 420px;
}
}
.katex-display {
@ -336,6 +340,10 @@
text-align: center;
}
[data-subtype="mermaid"] {
overflow: auto;
}
[data-subtype="plantuml"] img {
border-radius: 4px;
}