Utilities - Overflow
You can use the overflow utilities for deciding how content overflows an element.
Overflow functionality is provided for two values by default, and they are not responsive.
This is an example using the
._overflow:auto
utility on an element with fixed width and height dimensions. The content of this div will scroll vertically.This is an example using the
._overflow:hidden
utility on an element with fixed width and height dimensions. The content below the fold of this div will be hidden.