Skip to content

Commit 5c3e2dc

Browse files
authored
Merge pull request element-hq#6103 from vector-im/luke/fix-composer-horizontal-scroll
Fix horizontal scrollbar under certain circumstances
2 parents 680a019 + 95c4536 commit 5c3e2dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/skins/vector/css/matrix-react-sdk/views/rooms/_MessageComposer.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ limitations under the License.
108108
padding-top: 2px;
109109
}
110110

111+
.mx_MessageComposer .public-DraftStyleDefault-block {
112+
overflow-x: hidden;
113+
}
114+
111115
.mx_MessageComposer_input blockquote {
112116
color: $blockquote-fg-color;
113117
margin: 0 0 16px;

0 commit comments

Comments
 (0)