Overflow

enumeration

Cambiar al Manual

Descripción

Defines what should happend if content overflows an element bounds.

Variables

VisibleThe overflow is not clipped. It renders outside the element's box. Default Value.
HiddenThe overflow is clipped, and the rest of the content will be invisible.