Skip to content

Commit

Permalink
Fix z-index on markdown completion (go-gitea#27237)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind authored and GiteaBot committed Sep 24, 2023
1 parent a1029cb commit 1f66b67
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: var(--border-radius);
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 1f66b67

Please sign in to comment.