Overflow

This global modifier set the overflow of an element.

The structure of the class names are:

  • .overflow-{OVERFLOW}
  • .overflow-{OVERFLOW}-{SCREEN_SIZE} until the screen size

The values are:

  • OVERFLOW visible, hidden, scroll, auto
  • SCREEN_SIZE lg, md, sm, xs

Basic Example:

auto

hidden

visible

html