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;