fix: use unstable_fixed option
This commit is contained in:
@@ -26,6 +26,7 @@ function ShareButton({ document }: Props) {
|
|||||||
const popover = usePopoverState({
|
const popover = usePopoverState({
|
||||||
gutter: 0,
|
gutter: 0,
|
||||||
placement: "bottom-end",
|
placement: "bottom-end",
|
||||||
|
unstable_fixed: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user