Skip to content

Commit

Permalink
fix: restore z-index to root Item of ChatText.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsbradleyjr authored and iurimatias committed Dec 16, 2020
1 parent d618d0c commit b524c3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Item {

id: root
visible: contentType == Constants.messageType || isEmoji
z: 51

height: visible ? (showMoreLoader.active ? childrenRect.height - 10 : chatText.height) : 0

Expand Down

0 comments on commit b524c3b

Please sign in to comment.