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