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

Fix scroll jump issue with the composer #8791

Merged
merged 4 commits into from
Jun 8, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions res/css/views/rooms/_MessageComposer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ limitations under the License.
"composer controls" auto
/ 1fr auto;

/* the below is required, without this some unexpected scroll jump
will occur when erasing the composer content or jumping to voice note
recording */
min-height: 45px;

.mx_ReplyPreview {
grid-area: reply;
}
Expand Down