From 02f43d62395ff77c43a4f5339a6f710906c5cce5 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 8 Jan 2026 15:33:16 +0200 Subject: [PATCH] fix(mermaid): code not scrollable (closes #8299) --- apps/client/src/widgets/type_widgets/helpers/SplitEditor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/client/src/widgets/type_widgets/helpers/SplitEditor.css b/apps/client/src/widgets/type_widgets/helpers/SplitEditor.css index 72f680b01..955daf26b 100644 --- a/apps/client/src/widgets/type_widgets/helpers/SplitEditor.css +++ b/apps/client/src/widgets/type_widgets/helpers/SplitEditor.css @@ -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 {