diff --git a/crates/ui/src/input/popovers/code_action_menu.rs b/crates/ui/src/input/popovers/code_action_menu.rs index 07eb1225..cf710a06 100644 --- a/crates/ui/src/input/popovers/code_action_menu.rs +++ b/crates/ui/src/input/popovers/code_action_menu.rs @@ -331,6 +331,7 @@ impl Render for CodeActionMenu { deferred( editor_popover("code-action-menu", cx) + .absolute() .left(pos.x) .top(pos.y) .max_w(max_width)