diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-16 12:38:42 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-16 12:38:42 -0400 |
| commit | feae8f4d314ef389cc544fd3ad0792a6bb04832c (patch) | |
| tree | b3d6d1fd3675557fc60c3b34f4d939d8fe153ff9 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | bb935a1af68c3684640cf93e04b55324142b05ea (diff) | |
fixed some text focus issues. fixed contextmenu a bit. removed upload files.
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 3978c3d38..5eb2bf7ce 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -10,7 +10,7 @@ outline: none !important; } -.formattedTextBox-cont { +.formattedTextBox-cont-scroll, .formattedTextBox-cont-hidden { background: $light-color-secondary; padding: 0.9em; border-width: 0px; @@ -24,6 +24,10 @@ height: 100%; pointer-events: all; } +.formattedTextBox-cont-hidden { + overflow: hidden; + pointer-events: none; +} .menuicon { display: inline-block; |
