diff --git a/dots/.config/quickshell/ii/modules/ii/overview/OverviewWidget.qml b/dots/.config/quickshell/ii/modules/ii/overview/OverviewWidget.qml index 96d72d9d1..4fa2bef67 100644 --- a/dots/.config/quickshell/ii/modules/ii/overview/OverviewWidget.qml +++ b/dots/.config/quickshell/ii/modules/ii/overview/OverviewWidget.qml @@ -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 {