enhance(web): hide attachment dropzone on preview tab in combo editor (#39204)

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Grigor Tonikyan
2026-09-03 23:32:11 +00:00
committed by GitHub
co-authored by wxiaoguang
parent c285440e03
commit c56b2d35ff
4 changed files with 24 additions and 7 deletions
@@ -95,3 +95,8 @@
.combo-markdown-editor .CodeMirror-scroll .cm-header-6 {
font-size: 0.85em;
}
.combo-editor-container[data-combo-editor-page="previewer"] .form-field-dropzone,
.combo-editor-container[data-combo-editor-page="previewer"] .dropzone {
display: none;
}