revert: "fix(popover): set default position to Bottom"

Causes popups to be misplaced in applications that required the previous
behavior.

This reverts commit 18182e5f97.
This commit is contained in:
Michael Aaron Murphy 2025-12-05 16:44:39 +01:00
parent 45fd683bc9
commit 866da0f94b
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -52,7 +52,7 @@ where
content: content.into(),
modal: false,
popup: None,
position: Position::Bottom,
position: Position::Center,
on_close: None,
}
}