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 and PKulkoRaccoonGang committed Aug 1, 2024
2 parents 4bd1ab9 + f914aeb commit 6731a31
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 6731a31

Please sign in to comment.