-
Notifications
You must be signed in to change notification settings - Fork 40
Scrolling behind modal #67
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels