diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index e2d10d21..07d805ca 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -2219,7 +2219,7 @@ pub fn command_palette(cx: &mut Context) { command.execute(&mut ctx); }, ); - compositor.push(Box::new(picker)); + compositor.push(Box::new(overlayed(picker))); }, )); }