mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Fix scroll jump issue with the composer (#8791)
This commit is contained in:
parent
f568a76dc6
commit
5167521ea4
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -31,11 +31,6 @@ limitations under the License.
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
/* 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_BasicMessageComposer_input {
|
||||
// this will center the contenteditable
|
||||
// in it's parent vertically
|
||||
|
|
Loading…
Reference in a new issue