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 <me@silverwind.io>
(cherry picked from commit dd44c2164e)
This commit is contained in:
Giteabot 2023-09-25 07:37:58 +08:00 committed by Earl Warren
parent c590235171
commit ab9b1b850b
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View 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 {