Update side offset for Popover
This commit is contained in:
parent
42cc3b4f92
commit
f85e3ac85e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ const Popover = React.forwardRef<HTMLDivElement, Props>(function Popover(
|
|||
</PopoverPrimitive.Trigger>
|
||||
<PopoverPrimitive.Content
|
||||
className={classNames({ Popover: true }, props.className)}
|
||||
sideOffset={8}
|
||||
sideOffset={6}
|
||||
ref={forwardedRef}
|
||||
>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Reference in a new issue