aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-18 11:35:22 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-18 11:35:22 -0400
commite21810a4097e724a378416135c7cc6def7ff022c (patch)
treeb0aba82884b1c284b8cbcb3962ccf6a5f83e82a5 /src/client/views/nodes/FormattedTextBox.scss
parentc9a84a7d74efa820d1dc55d8ef93bec40315be4a (diff)
cleaned up dictation into text notes
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/FormattedTextBox.scss16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss
index 0550f9708..a4acd3b82 100644
--- a/src/client/views/nodes/FormattedTextBox.scss
+++ b/src/client/views/nodes/FormattedTextBox.scss
@@ -10,8 +10,7 @@
outline: none !important;
}
-.formattedTextBox-cont-scroll,
-.formattedTextBox-cont-hidden {
+.formattedTextBox-cont {
cursor: text;
background: inherit;
padding: 0;
@@ -26,10 +25,15 @@
color: initial;
height: 100%;
pointer-events: all;
-}
-
-.formattedTextBox-cont-hidden {
- // pointer-events: none;
+ overflow-y: auto;
+ max-height: 100%;
+ .formattedTextBox-dictation {
+ height: 20px;
+ width: 20px;
+ top: 0px;
+ left: 0px;
+ position: absolute;
+ }
}
.formattedTextBox-inner-rounded {