change(ui) - popover behaviour
This commit is contained in:
parent
aa3e7cde06
commit
e9e5a93999
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ const Popover = ({ children, render, placement, onOpen = () => {} }: Props) => {
|
|||
{open && (
|
||||
<FloatingFocusManager
|
||||
context={context}
|
||||
modal={false}
|
||||
modal={true}
|
||||
order={['reference', 'content']}
|
||||
returnFocus={false}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue