From c2c14b96d847f5dcb15db3b70eaa50b2bf9e734e Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Thu, 25 Apr 2024 13:12:30 +0200 Subject: [PATCH] Fix scrolling in canvas when editing email content [MAILPOET-6014] --- .../src/email-editor/engine/components/block-editor/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/mailpoet/assets/js/src/email-editor/engine/components/block-editor/index.scss b/mailpoet/assets/js/src/email-editor/engine/components/block-editor/index.scss index 28a5e76177..db2d58766e 100644 --- a/mailpoet/assets/js/src/email-editor/engine/components/block-editor/index.scss +++ b/mailpoet/assets/js/src/email-editor/engine/components/block-editor/index.scss @@ -86,7 +86,6 @@ .visual-editor__email_content_wrapper { display: block !important; // Override flex to achieve height follow the length of the document flex-grow: 0 !important; - height: 100% !important; margin: 0 auto; // Set default padding-left to have consistent default look in editor and in email