Skip to content

Commit

Permalink
Fix z-index on markdown completion (#27237) (#27238)
Browse files Browse the repository at this point in the history
Backport #27237 by @silverwind

Fixes: #27230

Co-authored-by: silverwind <me@silverwind.io>
  • Loading branch information
GiteaBot and silverwind committed Sep 24, 2023
1 parent 2604571 commit dd44c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/css/editor/combomarkdowneditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dd44c21

Please sign in to comment.