## 溢出
默认情况下,`overflow`功能两个值提供,而且它们不是响应的。
<div id="iframewrapper1" style="height: 140px"></div>
<!--
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/bootstrap/5.3/bootstrap.min.css">
</head>
<body>
<div class="bd-example d-md-flex">
<div class="overflow-auto p-3 mb-3 mb-md-0 mr-md-3 bg-light" style="max-width: 260px; max-height: 100px;">
This is an example of using <code>.overflow-auto</code> on an element with set width and height dimensions. By design, this content will vertically scroll.
</div>
<div class="overflow-hidden p-3 bg-light" style="max-width: 260px; max-height: 100px;">
This is an example of using <code>.overflow-hidden</code> on an element with set width and height dimensions.
</body>
</html>
-->
```
<div class="overflow-auto">...</div>
<div class="overflow-hidden">...</div>
<a target="_blank" class="btn btn-primary" onclick="online(1)">在线运行</a>
默认情况下,overflow功能两个值提供,而且它们不是响应的。
overflow
<div class="overflow-auto">...</div> <div class="overflow-hidden">...</div>
在线运行