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',