Merge pull request #6103 from vector-im/luke/fix-composer-horizontal-scroll

Fix horizontal scrollbar under certain circumstances
This commit is contained in:
Matthew Hodgson 2018-02-07 12:14:10 +00:00 committed by GitHub
commit 5c3e2dca17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,6 +108,10 @@ limitations under the License.
padding-top: 2px;
}
.mx_MessageComposer .public-DraftStyleDefault-block {
overflow-x: hidden;
}
.mx_MessageComposer_input blockquote {
color: $blockquote-fg-color;
margin: 0 0 16px;