From e779f43d79f151d6af324db6b4913a2d0dda5f62 Mon Sep 17 00:00:00 2001 From: Saumya Pandey Date: Sat, 19 Feb 2022 01:09:57 +0530 Subject: [PATCH] fix: use unstable_fixed option --- app/scenes/Document/components/ShareButton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scenes/Document/components/ShareButton.tsx b/app/scenes/Document/components/ShareButton.tsx index 333d7fc08..7932e985b 100644 --- a/app/scenes/Document/components/ShareButton.tsx +++ b/app/scenes/Document/components/ShareButton.tsx @@ -26,6 +26,7 @@ function ShareButton({ document }: Props) { const popover = usePopoverState({ gutter: 0, placement: "bottom-end", + unstable_fixed: true, }); return (