From f914aeb31057c986a87e8ade0dc8ef8bdef39d6d Mon Sep 17 00:00:00 2001 From: Viktor Rusakov <52399399+viktorrusakov@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:04:46 +0200 Subject: [PATCH] fix: use fixed position for ProductTour Checkpoints's (#2863) --- src/ProductTour/Checkpoint.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ProductTour/Checkpoint.jsx b/src/ProductTour/Checkpoint.jsx index 9a08c0763e..0ad68adf84 100644 --- a/src/ProductTour/Checkpoint.jsx +++ b/src/ProductTour/Checkpoint.jsx @@ -30,6 +30,7 @@ const Checkpoint = React.forwardRef(({ // Use the Popper library to translate the Checkpoint to its target's coordinates const checkpointPopper = createPopper(targetElement, checkpoint, { placement: isMobile ? 'top' : placement, + strategy: 'fixed', modifiers: [ { name: 'arrow',