From 9585f3e53ed68ed11efd58333dfb4cee9ffe61a1 Mon Sep 17 00:00:00 2001 From: wangzemei Date: Fri, 21 Nov 2025 17:01:31 +0800 Subject: [PATCH] * [misc] add the maxHeight for editor. --- lib/zin/wg/editor/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/editor/v1.php b/lib/zin/wg/editor/v1.php index 2c0df9d3f9..7182103f2c 100644 --- a/lib/zin/wg/editor/v1.php +++ b/lib/zin/wg/editor/v1.php @@ -130,7 +130,7 @@ class editor extends wg ( setClass('editor-container p-px mt-px rounded relative', $this->prop('readonly') ? 'is-readonly' : ''), $props['size'] === 'full' ? setStyle('height', '100%') : setClass('h-auto'), - h::css(self::$css), // Inject CSS on page, for tippy menus. + h::css(self::$css . $addCss), // Inject CSS on page, for tippy menus. $templateType ? $this->buildTemplate($this->prop('name'), $templateType) : null, $editor, textarea