Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f568a76

Browse files
author
Germain
authored
Fix scroll jump issue with the composer (#8788)
1 parent 9656692 commit f568a76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/rooms/_SendMessageComposer.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ limitations under the License.
3131
display: flex;
3232
flex-direction: column;
3333

34+
/* the below is required, without this some unexpected scroll jump
35+
will occur when erasing the composer content or jumping to voice note
36+
recording */
37+
min-height: 45px;
38+
3439
.mx_BasicMessageComposer_input {
3540
// this will center the contenteditable
3641
// in it's parent vertically

0 commit comments

Comments
 (0)