Describe the bug
When using Lenis#scrollTo to scroll to an element, the scroll-margin and/or scroll-padding properties are ignored, thus making it scroll beyond the desired point.
To Reproduce
This minimal codepen.
Desired Behavior
scroll-margin and scroll-padding should be used when determining where to stop scrolling (like the native Element#scrollIntoView does).