Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
68
rated 0 times [  72] [ 4]  / answers: 1 / hits: 16776  / 6 Years ago, mon, may 7, 2018, 12:00:00

How do I scroll to the bottom of the page?



scroll(){
let container = this.$el.querySelector('#scrollingChat')
container.scrollTop = container.scrollHeight
}


I'm doing this, and always calling my api answers, but it does not go to the bottom of the page


More From » vue.js

 Answers
11
window.scrollTo(0, document.body.scrollHeight || document.documentElement.scrollHeight);


This is will instantly scroll to the bottom of any page.


[#54491] Thursday, May 3, 2018, 6 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
trevionbronsonr

Total Points: 160
Total Questions: 85
Total Answers: 110

Location: Bonaire
Member since Wed, Mar 29, 2023
1 Year ago
trevionbronsonr questions
;