From e0f78da0aebeddd4d0444c019ea8a3d64f55ad29 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Fri, 21 Feb 2025 15:01:02 +0100 Subject: [PATCH] stack: Fix input at bottom of window --- src/shell/element/stack.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/element/stack.rs b/src/shell/element/stack.rs index 358fd98c..8d7ce4e7 100644 --- a/src/shell/element/stack.rs +++ b/src/shell/element/stack.rs @@ -433,7 +433,7 @@ impl CosmicStack { || (point_i32.y - geo.loc.y >= -RESIZE_BORDER && point_i32.y - geo.loc.y < 0) || (point_i32.x - geo.loc.x >= geo.size.w && point_i32.x - geo.loc.x < geo.size.w + RESIZE_BORDER) - || (point_i32.y - geo.loc.y >= geo.size.h + || (point_i32.y - geo.loc.y >= geo.size.h + TAB_HEIGHT && point_i32.y - geo.loc.y < geo.size.h + TAB_HEIGHT + RESIZE_BORDER) { stack_ui = Some((