This commit is contained in:
parent
b61dfc2a7f
commit
24ededa17a
1 changed files with 12 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue