Skip to content

Commit

Permalink
Fix tour scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Dec 10, 2024
1 parent a6fcc73 commit 3bc7b1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const SolutionViewTour: FC<Props> = ({ children, solution, isTourOpen, on
onFinish={onFinishTour}
step={1}
stepsTotal={1}
repositionOnScroll
title={i18n.translate('xpack.spaces.navControl.tour.title', {
defaultMessage: 'You chose the {solution} solution view',
values: { solution: solutionLabel },
Expand Down

0 comments on commit 3bc7b1d

Please sign in to comment.