fix(popover): set default position to Bottom

I didn't see this part in my previous PR (sorry!).
This commit is contained in:
Vukašin Vojinović 2025-12-02 18:00:56 +01:00 committed by Michael Murphy
parent 14cbebbadc
commit 18182e5f97

View file

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