We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2604571 commit dd44c21Copy full SHA for dd44c21
web_src/css/editor/combomarkdowneditor.css
@@ -86,6 +86,7 @@ text-expander .suggestions {
86
border-radius: 5px;
87
border: 1px solid var(--color-secondary);
88
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 */
90
}
91
92
text-expander .suggestions li {
0 commit comments