Level 1
i tried out this piece of code but it didn't work !!
var element = document.getElementById("message-content");
element.scrollTop = element.scrollHeight ;
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
i am working in a chat app with laravel and i want the scrollbar of the chat box container always in bottom whenever user send a new message and when user enter the chat page
Please or to participate in this conversation.