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

Scrolling behind modal

Open kendagriff opened this issue 5 years ago • 0 comments

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.

// In context of React using hooks
const scroller = new SweetScroll({
  duration: 1000,
  easing: "easeOutExpo"
}, feedRef.current)
scroller.toElement(el.current, {offset: -75})

Any suggestions?

kendagriff avatar Jun 29 '19 14:06 kendagriff