]> source.dussan.org Git - gitea.git/commitdiff
Fix z-index on markdown completion (#27237) (#27238)
authorGiteabot <teabot@gitea.io>
Sun, 24 Sep 2023 23:37:58 +0000 (07:37 +0800)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2023 23:37:58 +0000 (23:37 +0000)
Backport #27237 by @silverwind

Fixes: https://github.com/go-gitea/gitea/issues/27230
Co-authored-by: silverwind <me@silverwind.io>
web_src/css/editor/combomarkdowneditor.css

index 63f4ebf89b6e7dcc9f574f45da7c111cccbc3086..1c59d0d4e6aa09b7483bbe55fd5a1b2dd8f6810d 100644 (file)
@@ -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 {