Skip to content

Commit

Permalink
Merge pull request #2906 from openedx/master
Browse files Browse the repository at this point in the history
sync: master to alpha
  • Loading branch information
edx-requirements-bot authored Dec 8, 2023
2 parents 7b5df84 + f914aeb commit a6a2ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ProductTour/Checkpoint.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a6a2ec2

Please sign in to comment.