mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
fix: restore z-index to root Item of ChatText.qml
This commit is contained in:
parent
d618d0cc53
commit
b524c3b423
@ -12,6 +12,7 @@ Item {
|
||||
|
||||
id: root
|
||||
visible: contentType == Constants.messageType || isEmoji
|
||||
z: 51
|
||||
|
||||
height: visible ? (showMoreLoader.active ? childrenRect.height - 10 : chatText.height) : 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user