Skip to content

Commit

Permalink
chore: tweak popover layout (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Dec 27, 2023
1 parent da8aadc commit b5d9653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Popover(props: {
onOpenChange: setOpen,
placement: props.placement,
middleware: [
offset(16),
offset(10),
flip(),
shift(),
arrow({ element: arrowRef, padding: 10 }),
Expand Down

0 comments on commit b5d9653

Please sign in to comment.