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