mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user