CSS question 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 question detail
overflow controls clipping/scrolling when content exceeds box bounds.
Common values are visible, hidden, auto, and scroll.