From 665ba83503d275e339db36aebcc756752afef372 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 11:08:27 +0000 Subject: [PATCH] fix: use explicit 800px height for ONLYOFFICE editor --- static/carbone.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/carbone.js b/static/carbone.js index 61ba308..3d2321d 100644 --- a/static/carbone.js +++ b/static/carbone.js @@ -282,7 +282,7 @@ async function openOnlyofficeEditor(templateId, templateName) { -
+

Changes are saved automatically. Click "Save" to force-save, or "Close Editor" to return to the template list.

`; showModal(body, '', 'xlarge'); @@ -308,7 +308,7 @@ async function openOnlyofficeEditor(templateId, templateName) { onlyofficeEditorInstance = new DocsAPI.DocEditor('onlyoffice-editor-container', { ...config, width: '100%', - height: '100%', + height: '800px', events: { onAppReady: function() { console.log('ONLYOFFICE editor ready');