Photo by Matt Thomason  on Unsplash

Overflow

Change the overflow property of an element.


Overflow Utilities

Natura11y provides the following overflow utilities:

<div class="overflow-auto">...</div>
<div class="overflow-visible">...</div>
<div class="overflow-hidden">...</div>
<div class="overflow-x-scroll">...</div>
<div class="overflow-y-scroll">...</div>
Figure 1