Scroll programatically not working #9040
Unanswered
Pedropfuenmayor
asked this question in
Q&A
Replies: 1 comment 1 reply
-
it's not related to remix. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to scroll programmatically to a section of a page and it works when i use
scrollIntoView()
but if usescrollTo()
it doesn't work as expected. I need to add some extra pixels to the scroll position. This is how my component looks likeBeta Was this translation helpful? Give feedback.
All reactions