aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-03-31 08:43:38 -0400
committerbobzel <zzzman@gmail.com>2024-03-31 08:43:38 -0400
commit1e37adacfe5b44a71ed7d7dfd785c6c2d0808eae (patch)
treee802671458d452c7d7d6896333727508f9fff057 /src/client/views/nodes/formattedText/FormattedTextBox.scss
parent47ae05389d7ce564efde19b7a639b38842759cc1 (diff)
fixed divider column for notetaking view. fixed scrolling of text docs. fixed keeping user docs in system button bars.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.scss1
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 03ff0436b..00d890860 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss
@@ -156,6 +156,7 @@ audiotag:hover {
.formattedTextBox-inner,
.formattedTextBox-inner-minimal {
height: 100%;
+ overflow: auto;
white-space: pre-wrap;
.ProseMirror:hover {
background: rgba(200, 200, 200, 0.2);