diff options
| author | bob <bcz@cs.brown.edu> | 2019-11-14 16:23:57 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-11-14 16:23:57 -0500 |
| commit | c9fbdb9cfd5fcf35f7a599706cb41d4e7e586e19 (patch) | |
| tree | 8a2bbb9c86da1f856d441db8d54ed6a7d29ccaf6 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 71275370c00112f87b0ec1044a26fe644b5bfba5 (diff) | |
added optional sidebar for text notes
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index a4acd3b82..98b57bd84 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -36,6 +36,18 @@ } } +.collectionfreeformview-container { + position: relative; +} +.formattedTextBox-outer { + position: relative; + overflow: auto; + display: inline-block; + padding: 10px 10px; + width: 100%; + height: 100%; +} + .formattedTextBox-inner-rounded { height: 70%; width: 85%; |
