Skip to content

Overflow

Overflow utilities allow to control the content overflow behavior. Choose the appropriate class:

  • overflow-auto
  • overflow-hidden
  • overflow-visible
  • overflow-scroll

These classes apply the specified overflow behavior to an element, but are not responsive by default.

<div class="overflow-auto">...</div>
<div class="overflow-hidden">...</div>
<div class="overflow-visible">...</div>
<div class="overflow-scroll">...</div>

Except where otherwise noted, content on this site is licensed under MIT License.