diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 32fe7659d..b8a34d310 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -40,6 +40,7 @@ Kirigami.ScrollablePage { } header: QQC2.Control { + height: visible ? implicitHeight : 0 visible: contentItem.visible padding: Kirigami.Units.smallSpacing contentItem: Kirigami.InlineMessage {