From feb1966e7301e2dbbb44b014a6265f20a9ffcd37 Mon Sep 17 00:00:00 2001 From: Emil Pomorski Date: Thu, 14 Nov 2024 20:19:44 +0100 Subject: [PATCH] Fix for preview not working with Mentions plugin (#82) Signed-off-by: Emil Pomorski --- assets/stylesheets/redmine_wysiwyg_editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/redmine_wysiwyg_editor.css b/assets/stylesheets/redmine_wysiwyg_editor.css index 9dccbcf..e3f849b 100644 --- a/assets/stylesheets/redmine_wysiwyg_editor.css +++ b/assets/stylesheets/redmine_wysiwyg_editor.css @@ -4,6 +4,7 @@ .wysiwyg-editor-preview.wiki-preview { background-color: #ffffff; + position: relative; } .wysiwyg-editor-preview p {