fix: Mermaid diagrams are not hidden under a collapsed heading. closes #5979

This commit is contained in:
Tom Moor
2023-10-11 22:27:38 -04:00
parent ffbe4c1b80
commit e8646acd21

View File

@@ -1477,7 +1477,8 @@ table {
animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
}
.folded-content {
.folded-content,
.folded-content + .mermaid-diagram-wrapper {
display: none;
}