Overflow

Controls the behavior when content exceeds the area of its container.

overflow-autoA vertical scrollbar is only displayed when the content does not fit the area.
overflow-hiddenOverflown content is clipped and rest of the content will not be visible.
overflow-scrollA vertical scrollbar is always displayed whether the content overflows or not.