v-onboarding icon indicating copy to clipboard operation
v-onboarding copied to clipboard

fix(use-svg-overlay): capture scroll events

Open J-Michalek opened this issue 3 months ago • 2 comments

When using scroll behavior of "smooth" the highlight rectangle might end up being misplaced when the scrolling occurs inside of a nested element. Capturing the event should catch the nested scrolling and update the highlighted area accordingly.

It might be related to https://github.com/fatihsolhan/v-onboarding/issues/94 but without a demo I can't be sure.

J-Michalek avatar Oct 29 '24 07:10 J-Michalek