How to stop reacting when scrolling to bottom on button click
P粉302160436
P粉302160436 2023-09-12 20:36:55
0
1
499

I have a button that when I click it should go to another page and it works, but once it navigates to another page it displays the page from the bottom even though it should display the page's beginning. How can I fix it? How can I solve this problem?

P粉302160436
P粉302160436

reply all(1)
P粉564192131

On click in your handleseemore you can add window.scrollTo(0, 0); this will scroll to the top

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template