diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 18:02:47 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 18:02:47 -0500 |
| commit | 326696caa52a7feadf37f8f9e0f8bbb69d39bf9a (patch) | |
| tree | 59dd222b58abdeefa5c648219411411d7c45128e /src/client/views/nodes/FormattedTextBox.scss | |
| parent | fc3308a7760860328d153faba65ab3821d4d0c70 (diff) | |
| parent | abec712d1e5169704473a7fad2c21b0ab04299ad (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into treeview
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 4 |
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 |
