overview: ensure fullscreen windows are in front of others

This commit is contained in:
end-4
2026-03-27 08:58:38 +01:00
parent 15b4394865
commit 9f882d9f3c
@@ -240,7 +240,7 @@ Item {
}
}
z: Drag.active ? root.windowDraggingZ : (root.windowZ + windowData?.floating)
z: Drag.active ? root.windowDraggingZ : (root.windowZ + windowData?.floating + windowData?.fullscreen * 2)
Drag.hotSpot.x: width / 2
Drag.hotSpot.y: height / 2
MouseArea {