Skip to content

Commit 20634e3

Browse files
support TinyMCE editor
1 parent d69de52 commit 20634e3

File tree

2 files changed

+30
-22
lines changed

2 files changed

+30
-22
lines changed

shared/index.js

Lines changed: 24 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,12 @@ body {
690690
bottom: 0;
691691
padding: 10px;
692692
}
693+
694+
.path-mod-pdfannotator #comment-wrapper .comment-list-form .tox.tox-tinymce,
695+
.path-mod-pdfannotator .edit-comment-form .tox.tox-tinymce {
696+
min-height: 350px;
697+
}
698+
693699
.path-mod-pdfannotator #comment-wrapper .editor_atto { /* Editor in fullscreen must be over the toolbar and annotations. */
694700
z-index: 60;
695701
}

0 commit comments

Comments
 (0)