smooth-scroll-into-view-if-needed
smooth-scroll-into-view-if-needed copied to clipboard
Smooth scrolling ignores "skipOverflowHiddenElements"
When scrolling with this package with behavior = "smooth", skipOverflowHiddenElements is not passed down to scroll-into-view-if-needed making it misbehave
code should extend and pass down all options while overwriting only behavior option with function scrollIntoView(target, {...option, behavior: function(){...}
@stipsan This is a one line fix, any chance to help me i nthe close time?
Thanks in advance :)