FrontendDeveloper.in

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.