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!!
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!!