diff --git a/src/qml/Chat/RoomSidePane/MembersView.qml b/src/qml/Chat/RoomSidePane/MembersView.qml index 2895daaf..9165a9db 100644 --- a/src/qml/Chat/RoomSidePane/MembersView.qml +++ b/src/qml/Chat/RoomSidePane/MembersView.qml @@ -6,6 +6,7 @@ import "../../utils.js" as Utils HColumnLayout { HListView { id: memberList + clip: true Layout.fillWidth: true Layout.fillHeight: true