From 23141325642b06f3849e0574d013b5d1204edd1b Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Mon, 15 Feb 2021 07:41:02 +0100 Subject: [PATCH] Fixed CSS overlap bug --- themes/default/editor/widgets/tag/_tag.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/editor/widgets/tag/_tag.scss b/themes/default/editor/widgets/tag/_tag.scss index e27a19e..2021791 100644 --- a/themes/default/editor/widgets/tag/_tag.scss +++ b/themes/default/editor/widgets/tag/_tag.scss @@ -26,6 +26,7 @@ margin:0; padding:0; list-style-type:none; + z-index:1; } ul.r6o-taglist {