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.Trigger>
|
||||||
<PopoverPrimitive.Content
|
<PopoverPrimitive.Content
|
||||||
className={classNames({ Popover: true }, props.className)}
|
className={classNames({ Popover: true }, props.className)}
|
||||||
sideOffset={8}
|
sideOffset={6}
|
||||||
ref={forwardedRef}
|
ref={forwardedRef}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue