Overflow

The overflow property specifies what happens if content overflows an element's box.

Value Description
visibleThe overflow is not clipped. It renders outside the element's box. This is default
scrollThe overflow is clipped, but a scroll-bar is added to see the rest of the content
autoIf overflow is clipped, a scroll-bar should be added to see the rest of the content
hiddenThe overflow is clipped, and the rest of the content will be invisible

Themeover CSS Reference

Close