Skip to content

Commit a50002c

Browse files
authored
Fix z-index on markdown completion (#27237)
Fixes: #27230
1 parent 0816463 commit a50002c

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: var(--border-radius);
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)