Overflow utility example

.overflow-auto is a class applied on an element with set width and height dimensions. By design, this content will vertically scroll, if overflowing.
.overflow-hidden is a utility class that is applied on an element with set width and height dimensions. This will hide the contents, when overflowing.
.overflow-visible is a utility class that is applied on an element with set width and height dimensions. This will not hide the contents, when overflowing.
.overflow-scroll is a utility class that is applied on an element with set width and height dimensions. This will always show a scroll bar irrespective of whether the content will overflow or not.
.overflow-scroll is a utility class that shows a scroll bar always.