aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.scss
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-02-25 18:58:53 -0500
committerMonika Hedman <monika_hedman@brown.edu>2019-02-25 18:58:53 -0500
commit293532a50a5670d2cd04fed65df77173e2dbad67 (patch)
tree7a437e6b39cc4602cecee8503125412c4a6849b2 /src/client/views/nodes/FormattedTextBox.scss
parent921941e3f9bc4981f92fbf0fe0cec948cd49c220 (diff)
parent292ff1a8d75f8b15f9388d2c577e09a13836d5dc (diff)
merging
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/FormattedTextBox.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss
index 226456fab..0389a3f85 100644
--- a/src/client/views/nodes/FormattedTextBox.scss
+++ b/src/client/views/nodes/FormattedTextBox.scss
@@ -11,4 +11,8 @@
.formattedTextBox-cont {
background: beige;
padding: 0;
+ overflow-y: scroll;
+ overflow-x: hidden;
+ color: initial;
+ height: 100%;
} \ No newline at end of file