fix(popover): set default position to Bottom
I didn't see this part in my previous PR (sorry!).
This commit is contained in:
parent
14cbebbadc
commit
18182e5f97
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ where
|
|||
content: content.into(),
|
||||
modal: false,
|
||||
popup: None,
|
||||
position: Position::Center,
|
||||
position: Position::Bottom,
|
||||
on_close: None,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue