From ab9b1b850bfeeac4cdab89c5696bc083884e3f0b Mon Sep 17 00:00:00 2001 From: Giteabot Date: Mon, 25 Sep 2023 07:37:58 +0800 Subject: [PATCH] Fix z-index on markdown completion (#27237) (#27238) Backport #27237 by @silverwind Fixes: https://github.com/go-gitea/gitea/issues/27230 Co-authored-by: silverwind (cherry picked from commit dd44c2164e48fb8c777c2def313c7549e0820188) --- web_src/css/editor/combomarkdowneditor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web_src/css/editor/combomarkdowneditor.css b/web_src/css/editor/combomarkdowneditor.css index 63f4ebf89b..1c59d0d4e6 100644 --- a/web_src/css/editor/combomarkdowneditor.css +++ b/web_src/css/editor/combomarkdowneditor.css @@ -86,6 +86,7 @@ text-expander .suggestions { border-radius: 5px; border: 1px solid var(--color-secondary); box-shadow: 0 .5rem 1rem var(--color-shadow); + z-index: 100; /* needs to be > 20 to be on top of dropzone's .dz-details */ } text-expander .suggestions li {