fix: use unstable_fixed option

This commit is contained in:
Saumya Pandey
2022-02-19 01:09:57 +05:30
committed by Tom Moor
parent 6815269372
commit e779f43d79

View File

@@ -26,6 +26,7 @@ function ShareButton({ document }: Props) {
const popover = usePopoverState({
gutter: 0,
placement: "bottom-end",
unstable_fixed: true,
});
return (