CSS Track Detail
What is `overflow` and when do you use it?
overflow controls clipping/scrolling when content exceeds box bounds.
Common values are visible, hidden, auto, and scroll.
CSS Track Detail
overflow controls clipping/scrolling when content exceeds box bounds.
Common values are visible, hidden, auto, and scroll.