aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imports/shared/utils/UIScreen.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/imports/shared/utils/UIScreen.qml b/imports/shared/utils/UIScreen.qml
index 57b4561..6ef7e55 100644
--- a/imports/shared/utils/UIScreen.qml
+++ b/imports/shared/utils/UIScreen.qml
@@ -105,6 +105,7 @@ Page {
visible: !root.hideBack
symbol: 'back'
onClicked: root.backScreen()
+ z: 100 // keep it above all other items added to the Page
}
}