Overflow

The overflow property specifies what should happen if content overflows an element's box.
Class
Properties
overflow-auto
overflow: auto
overflow-hidden
overflow: hidden
overflow-visible
overflow: visible
overflow-x-auto
overflow: x-auto
overflow-x-hidden
overflow: x-hidden
overflow-x-visible
overflow: x-visible
overflow-x-scroll
overflow: x-scroll
overflow-y-auto
overflow: y-auto
overflow-y-hidden
overflow: y-hidden
overflow-y-visible
overflow: y-visible
overflow-y-scroll
overflow: y-scroll
utilities.scss API