Implementing a Pin-to-Bottom Component Using overflow-anchor
This article is a write-up based on reading "Implementing a pin-to-bottom scrolling element with only CSS," along with an introduction to doing it using JavaScript. It is increasingly common on modern websites to automatically scroll to the bottom whenever new content is added, such as in Twitch...