scroll-margin
/ scroll-padding
are not taken into account
#196
Labels
enhancement
New feature or request
scroll-margin
/ scroll-padding
are not taken into account
#196
Describe the bug
When using
Lenis#scrollTo
to scroll to an element, thescroll-margin
and/orscroll-padding
properties are ignored, thus making it scroll beyond the desired point.To Reproduce
This minimal codepen.
Desired Behavior
scroll-margin
andscroll-padding
should be used when determining where to stop scrolling (like the nativeElement#scrollIntoView
does).The text was updated successfully, but these errors were encountered: