diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-19 09:14:09 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-19 09:14:09 -0400 |
| commit | 1c6e701796f31064dc1b823341f9f79d83524141 (patch) | |
| tree | 1fbaa8dbd7a0fe518ec23958c2e6f0c1b081a042 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 5221f282cdee70421d4114154a0272595c3254b0 (diff) | |
fixed textboxes so they don't scroll when not selected and scrolling passes through to outer collection
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 9538cac32..17421b1e3 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -280,6 +280,7 @@ footnote::after { .ProseMirror { padding: 0px; + height: max-content; touch-action: none; span { font-family: inherit; |
