I can't manipulate scroll position
-
I cant manipulate scroll position in my app. I need help.
I’m using in my code, the properties scrollTop but doesn’t work.
I’m sorry for my bad english -
document.body.scrollTop no work
-
After looking into the quasar scrollToPosition util, I found the following works:
document.documentElement.scrollTop = 0 document.body.scrollTop = 0