MatheusrdSantos / vue-quick-chat

A simple chat component created with Vue.js
MIT License
128 stars 45 forks source link

Getting the scrollbar appear at the bottom initially #53

Open mahbubahmed opened 3 years ago

mahbubahmed commented 3 years ago

Currently when the component loads for the first time the scrollbar shows up at the very top by default instead of at the bottom to display the latest message.

Is there any way to make the scrollbar appear at the bottom position?