markcellus / scroll-js

Light cross-browser scroller that uses native javascript
MIT License
230 stars 33 forks source link

Holp to support `top` into ScrollIntoViewOptions #382

Open hoboy0313 opened 3 years ago

hoboy0313 commented 3 years ago

scrollIntoView(element, {top: -60});

Usually, Some scenarios have a sticky dom, and we wanna offset a distance.

brandonmcconnell commented 2 years ago

This is a great suggestion 👏🏼

@hoboy0313 @markcellus