Skip to content

Commit

Permalink
fix(container): fix onboarding last step pop-up overflow (#13671)
Browse files Browse the repository at this point in the history
ref: MANAGER-15724

Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
  • Loading branch information
oalkabouss authored Oct 18, 2024
1 parent 20ee24b commit 4a6e22e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export const OnboardingWalkMe = () => {
},
{
selector: '#useful-links',
placement: 'top-start',
mobilePlacement: 'top-start',
placement: 'right-end',
mobilePlacement: 'right-end',
title: t('onboarding_walkme_popover_step4_title'),
content: t('onboarding_walkme_popover_step4_content'),
trackingVariant: '',
Expand Down

0 comments on commit 4a6e22e

Please sign in to comment.