diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index b440127ae..4df6a177a 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -303,7 +303,8 @@ Kirigami.ScrollablePage { innerObject: [ MouseArea { acceptedButtons: (Kirigami.Settings.isMobile ? Qt.LeftButton : 0) | Qt.RightButton - anchors.fill: parent + Layout.fillWidth: true + Layout.fillHeight: true onClicked: { if (mouse.button == Qt.RightButton) { openMessageContext(author, display, eventId, toolTip);