diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml index 7cc6552a..c39f442e 100644 --- a/resources/qml/ChatPage.qml +++ b/resources/qml/ChatPage.qml @@ -28,6 +28,7 @@ Rectangle { visible: !TimelineManager.isConnected Layout.preferredHeight: offlineLabel.height + Nheko.paddingMedium Layout.fillWidth: true + z: 1 Label { id: offlineLabel