ScrollTo / scrollIntoView / setPosition nothing works #382
Unanswered
dreidesign
asked this question in
Q&A
Replies: 1 comment
-
Never mind, managed to fix it. Problem was CSS related. I had to set the height of the container from 100% to 100vh. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I cant get any of the ScrollTo functions work.
There are no errors in the console and for example a callback in the scrollTo is getting fired but the scrollbar never actually moved.
When scrolling via mouse, everything is working fine and a eventListener is also firing on scrolling, but not when using any of the functions.
I'm not using any bundlers.
Any help would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions