diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 3beaa9fae..240e2aa8a 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -408,7 +408,7 @@ Kirigami.ScrollablePage { currentRoom.usersTyping.length, currentRoom.usersTyping.map(user => user.displayName).join(", ") ) : "" - anchors.right: parent.right + anchors.left: parent.left height: visible ? implicitHeight : 0 Behavior on height { NumberAnimation {