溢出

使用这些速记实用程序快速配置内容溢出元素的方式.

默认情况下,为两个值提供了准系统overflow功能,并且它们没有响应。

This is an example of using .overflow-auto on an element with set width and height dimensions. By design, this content will vertically scroll.
This is an example of using .overflow-hidden on an element with set width and height dimensions.
<div class="overflow-auto">...</div>
<div class="overflow-hidden">...</div>