-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
I currently can't seem to change the scroll wrapper in Locomotive Scroll v5. I need to use a custom div (with id "global-scroll") as the website's scroll wrapper instead of the window. This limitation prevents me from implementing a specific layout structure that requires a custom scroll container.
Like this:
const scroll = new LocomotiveScroll({ wrapper: document.getElementById('global-scroll'), // other options... });
Metadata
Metadata
Assignees
Labels
No labels