Overflow #
The aFP Design System provides utility classes that control how content behaves when it exceeds the bounds of its container. These utilities help manage scrolling and clipping and can be combined with other layout utilities such as stack or cluster.
Classes #
| Class | Value |
|---|---|
afp-overflow-visible |
visible |
afp-overflow-hidden |
hidden |
afp-overflow-auto |
auto |
afp-overflow-scroll |
scroll |
afp-overflow-x-hidden |
hidden |
afp-overflow-x-auto |
auto |
afp-overflow-y-hidden |
hidden |
afp-overflow-y-auto |
auto |