From b524c3b4230dab7112cbfefc154bb40e84e6e67e Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Tue, 15 Dec 2020 12:56:02 -0600 Subject: [PATCH] fix: restore z-index to root Item of ChatText.qml --- ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatText.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatText.qml b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatText.qml index eac4c28a35..1f73774ea2 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatText.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatText.qml @@ -12,6 +12,7 @@ Item { id: root visible: contentType == Constants.messageType || isEmoji + z: 51 height: visible ? (showMoreLoader.active ? childrenRect.height - 10 : chatText.height) : 0