Skip to content

Commit

Permalink
Merge pull request #4682 from vector-im/luke/css-fix-rte-auto-scroll
Browse files Browse the repository at this point in the history
CSS required for composer autoscroll
  • Loading branch information
dbkr authored Jul 26, 2017
2 parents ec6efd2 + 35c239a commit 068a2b8
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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;
Expand Down

0 comments on commit 068a2b8

Please sign in to comment.