From 5c082595f3be2a65d5beee8bab95520d9daa6eec Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sun, 24 Oct 2021 07:42:46 +0200 Subject: [PATCH] Fixes CSS issue related to #88 --- themes/default/editor/widgets/comment/_comment.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/default/editor/widgets/comment/_comment.scss b/themes/default/editor/widgets/comment/_comment.scss index 9caae08..fb25190 100644 --- a/themes/default/editor/widgets/comment/_comment.scss +++ b/themes/default/editor/widgets/comment/_comment.scss @@ -78,6 +78,11 @@ } + .r6o-purposedropdown { + position:relative; + z-index:2; + } + } .r6o-widget.comment.editable {