Overflow

Sets how to handle overflow

Overflow

Usage

/* Format */
.u-overflow--{overflow} {}

/* Examples & modifiers */
.u-overflow--hidden {}
.u-overflow--auto {}
.u-overflow--visible {}
.u-overflow--scroll {}
Modifier Values Description
hidden, auto, visible, scroll Sets how to handle overflow

Supports responsive suffix (e.g. u-overflow--{overflow}@{sm, md, lg}).

Examples

Scroll

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Hidden

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Visible

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Auto

Lorem Ipsum is simply dummy text of the printing and typesetting industry.