diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml index 857a6a3955..fa854109db 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml @@ -9,7 +9,7 @@ import "./" ListView { id: communityListView spacing: 12 - height: childrenRect.height + height: contentHeight visible: height > 10 width:parent.width interactive: false