Overflow

Specifies whether to clip the content or to add scrollbars when the content of an element is too big to fit in the specified area


Usage

Add overflow-* class to block or inline block element.

<div class="overflow-auto">
    // Your content
</div>

Classes

ClassValue
overflow-auto
overflow-hidden
overflow-scroll
overflow-visible
overflow-x-auto
overflow-y-auto
overflow-x-hidden
overflow-y-hidden
overflow-x-scroll
overflow-y-scroll
overflow-x-visible
overflow-y-visible
 

Add @s, @m, or @l suffix to support breakpoints