Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设计一个聊天窗口,并overflow:auto在 CSS 中使用。 我希望它在行尾继续,但滚动不动,它总是移动到聊天窗口的顶部。
overflow:auto
有没有办法自动完成?
使用 javascript 可以看到以下内容
document.getElementById("id of your div").scrollTop = document.getElementById("id of your div").scrollHeight;