The overflow() function adjust how an element's content scrolls. Scrolling
an element's contents may be helpful to prevent child elements from extending
the height or width of the element. The height of the element must be set.
One of "auto", "hidden", "visible", or "scroll" specifying how the content
of the element scrolls. TRUE and FALSE may be used in place of "scroll"
or "hidden", respectively.