fix(mermaid): error text not selectable

This commit is contained in:
Elian Doran 2026-03-14 09:58:45 +02:00
parent aba6750c18
commit 6c151afca3
No known key found for this signature in database

View File

@ -38,6 +38,7 @@
white-space: pre-wrap;
font-size: 0.85em;
overflow: auto;
user-select: text;
}
.note-detail-split .note-detail-split-preview {