Overflow
Controls the behavior when content exceeds the area of its container.
overflow-auto | A vertical scrollbar is only displayed when the content does not fit the area. |
overflow-hidden | Overflown content is clipped and rest of the content will not be visible. |
overflow-scroll | A vertical scrollbar is always displayed whether the content overflows or not. |