summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DiveList.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index ea9c8f590..1e4d1cff4 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -367,6 +367,7 @@ Kirigami.ScrollablePage {
id: filterHeader
RowLayout {
id: filterBar
+ z: 5 //make sure it sits on top
states: [
State {
name: "isVisible"