scroll-js icon indicating copy to clipboard operation
scroll-js copied to clipboard

Support more ScrollIntoViewOptions per specification

Open markcellus opened this issue 6 years ago • 0 comments

Support block and inline as per spec's ScrollIntoViewOptions

scrollIntoView(element, {block: "end", inline: "nearest"});

markcellus avatar Nov 12 '18 21:11 markcellus