diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-01 11:14:24 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-01 11:14:24 -0400 |
| commit | e4854bdb361f1d9e0ae85ee46327e2919117fc48 (patch) | |
| tree | 229d97be0f65cb89f7928c10aae151973daa5978 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 108e27f0d08a8d6d3b3fcd456d6cca999c077e8b (diff) | |
revert back to old style of forced text scrolling - doesn't work for pres trails.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 00d890860..03ff0436b 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -156,7 +156,6 @@ audiotag:hover { .formattedTextBox-inner, .formattedTextBox-inner-minimal { height: 100%; - overflow: auto; white-space: pre-wrap; .ProseMirror:hover { background: rgba(200, 200, 200, 0.2); |
