diff --git a/src/widget/popover.rs b/src/widget/popover.rs index 4cea3eb..26120b7 100644 --- a/src/widget/popover.rs +++ b/src/widget/popover.rs @@ -52,7 +52,7 @@ where content: content.into(), modal: false, popup: None, - position: Position::Bottom, + position: Position::Center, on_close: None, } }