fix: restore z-index to root Item of ChatText.qml

This commit is contained in:
Michael Bradley, Jr 2020-12-15 12:56:02 -06:00 committed by Iuri Matias
parent d618d0cc53
commit b524c3b423
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Item {
id: root
visible: contentType == Constants.messageType || isEmoji
z: 51
height: visible ? (showMoreLoader.active ? childrenRect.height - 10 : chatText.height) : 0