fix(mermaid): code not scrollable (closes #8299)

This commit is contained in:
Elian Doran 2026-01-08 15:33:16 +02:00
parent 53e1fa1047
commit 02f43d6239
No known key found for this signature in database

View File

@ -15,6 +15,8 @@
.note-detail-split .note-detail-split-editor {
width: 100%;
flex-grow: 1;
min-width: 0;
min-height: 0;
}
.note-detail-split .note-detail-split-editor .note-detail-code {