You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using sweet-scroll (it's smooth as butter, by the way!) inside a tall modal, however, toElement scrolls both the modal and the window behind it.
// In context of React using hooksconstscroller=newSweetScroll({duration: 1000,easing: "easeOutExpo"},feedRef.current)scroller.toElement(el.current,{offset: -75})
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using sweet-scroll (it's smooth as butter, by the way!) inside a tall modal, however,
toElement
scrolls both the modal and the window behind it.Any suggestions?
The text was updated successfully, but these errors were encountered: