diff options
| author | bob <bcz@cs.brown.edu> | 2019-05-08 18:31:14 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-05-08 18:31:14 -0400 |
| commit | 007433dabbd6a8a5f702ac393ecd2b40b1c3a9d8 (patch) | |
| tree | 05943eb5dfab3c1cce08f021e04273d0ac655c76 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | c67fc234cf4a524c19989134d878797563207e93 (diff) | |
fixes for templates including changing the relative order of CollectionOverlayView in the stack
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 9e58a8e7f..458a62c5b 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -17,6 +17,7 @@ border-radius: inherit; border-color: $intermediate-color; box-sizing: border-box; + background-color: inherit; border-style: solid; overflow-y: scroll; overflow-x: hidden; |
