From d7f3284aa215f9ca9e5351e0c14a9962ca738639 Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 17 Nov 2022 14:35:59 +0000 Subject: [PATCH] Room Page Up/Down buttons always on top Ensure that in the small number of cases where the room page up down buttons overlap messages due to the screen being thin that they are always on top BUG: 461718 --- src/qml/Page/RoomPage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qml/Page/RoomPage.qml b/src/qml/Page/RoomPage.qml index 97e5fbbe8..647ca0d3a 100644 --- a/src/qml/Page/RoomPage.qml +++ b/src/qml/Page/RoomPage.qml @@ -343,6 +343,7 @@ Kirigami.ScrollablePage { id: goReadMarkerFab + z: 2 visible: currentRoom && currentRoom.hasUnreadMessages && currentRoom.readMarkerLoaded action: Kirigami.Action { onTriggered: { @@ -365,6 +366,7 @@ Kirigami.ScrollablePage { id: goMarkAsReadFab + z: 2 visible: !messageListView.atYEnd action: Kirigami.Action { onTriggered: {