fix(mermaid): error container not scrollable (closes #8299)

This commit is contained in:
Elian Doran 2026-01-08 15:52:19 +02:00
parent 02f43d6239
commit f7ae046b20
No known key found for this signature in database

View File

@ -32,6 +32,7 @@
margin: 5px;
white-space: pre-wrap;
font-size: 0.85em;
overflow: auto;
}
.note-detail-split .note-detail-split-preview {