Skip to content

Commit dd44c21

Browse files
GiteaBotsilverwind
andauthored
Fix z-index on markdown completion (#27237) (#27238)
Backport #27237 by @silverwind Fixes: #27230 Co-authored-by: silverwind <[email protected]>
1 parent 2604571 commit dd44c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/editor/combomarkdowneditor.css

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ text-expander .suggestions {
8686
border-radius: 5px;
8787
border: 1px solid var(--color-secondary);
8888
box-shadow: 0 .5rem 1rem var(--color-shadow);
89+
z-index: 100; /* needs to be > 20 to be on top of dropzone's .dz-details */
8990
}
9091

9192
text-expander .suggestions li {

0 commit comments

Comments
 (0)