diff --git a/src/popover.rs b/src/popover.rs index 0d909b82..9a1b6902 100644 --- a/src/popover.rs +++ b/src/popover.rs @@ -401,6 +401,7 @@ pub fn show( width: position.width.floor() as i32, height: position.width.floor() as i32, }); + menu.set_constrain_to(gtk::PopoverConstraint::None); if let Some(current_layout) = get_current_layout(manager, &system_layouts) { let current_name_variant = choices.iter()