CSS required for composer autoscroll

for https://github.com/matrix-org/matrix-react-sdk/pull/1248
pull/4682/head
Luke Barnard 2017-07-26 16:45:00 +01:00
parent ec6efd2488
commit 35c239aae8
1 changed files with 5 additions and 2 deletions

View File

@ -95,8 +95,6 @@ limitations under the License.
.mx_MessageComposer_input .DraftEditor-root {
width: 100%;
flex: 1;
max-height: 120px;
overflow: auto;
word-break: break-word;
}
@ -105,6 +103,11 @@ limitations under the License.
padding-top: 2px;
}
.mx_MessageComposer_input .public-DraftEditor-content {
max-height: 120px;
overflow: auto;
}
.mx_MessageComposer_input blockquote {
color: $blockquote-fg-color;
margin: 0 0 16px;