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

Commit 2df3699

Browse files
committed
Revert "Fix scroll jump issue with the composer (#8791)"
This reverts commit 5167521.
1 parent 951d613 commit 2df3699

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

res/css/views/rooms/_MessageComposer.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ limitations under the License.
2727
"composer controls" auto
2828
/ 1fr auto;
2929

30-
/* the below is required, without this some unexpected scroll jump
31-
will occur when erasing the composer content or jumping to voice note
32-
recording */
33-
min-height: 45px;
34-
3530
.mx_ReplyPreview {
3631
grid-area: reply;
3732
}

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)