Ahmad Shadeed is at it again(*), this time with a guide on Overflow in CSS:
In CSS, we can have control over an element when its content is too big to fit in. The property for that is overflow, which is a shorthand for overflow-x and overflow-y properties.
For this article, I will give an introduction to those properties, and then we will dive together into some concepts and use-cases that are related to overflow. Are you ready? Let’s dive in!
💁♂️ Again? Check out his guide on Viewport Units which also was amazingly detailed and complete.