Skip to content

Commit

Permalink
Merge pull request #6103 from vector-im/luke/fix-composer-horizontal-…
Browse files Browse the repository at this point in the history
…scroll

Fix horizontal scrollbar under certain circumstances
  • Loading branch information
ara4n authored Feb 7, 2018
2 parents 680a019 + 95c4536 commit 5c3e2dc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c3e2dc

Please sign in to comment.