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've been trying to pass a different container to the scroll-container with no luck. Looking at the code, it seems that the container (dom element) needs to be when creating the scroll-container.
My scroll-container is inside of a component, and the container I want to pass as props is the $el of that component itself.
Is it possible to pass a new container once the scroll-container is created? Or halt the creation untill the new container is accessible?
Thanks for the work!!
The text was updated successfully, but these errors were encountered:
Hello!
I've been trying to pass a different container to the scroll-container with no luck. Looking at the code, it seems that the container (dom element) needs to be when creating the scroll-container.
My scroll-container is inside of a component, and the container I want to pass as props is the $el of that component itself.
Is it possible to pass a new container once the scroll-container is created? Or halt the creation untill the new container is accessible?
Thanks for the work!!
The text was updated successfully, but these errors were encountered: