Overflow
Represents overflow
css property.
By default, its value is visible
.
visible (default) - the content will overflow the boundaries of its container.
hidden - the content will be hidden if it overflows the boundaries of its container.
scroll - the content is clipped and the scrollbars are added to the container.
Last updated