__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
---
layout: docs
title: Overflow
description: Use these shorthand utilities for quickly configuring how content overflows an element.
group: utilities
---
Barebones `overflow` functionality is provided for two values by default, and they are not responsive.
<div class="bd-example d-md-flex">
<div class="overflow-auto p-3 mb-3 mb-md-0 me-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.
</div>
</div>
```html
<div class="overflow-auto">...</div>
<div class="overflow-hidden">...</div>
```
Using Sass variables, you may customize the overflow utilities by changing the `$overflows` variable in `_variables.scss`.
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _index.md | File | 78 B | 0777 |
|
| borders.md | File | 2.4 KB | 0777 |
|
| clearfix.md | File | 915 B | 0777 |
|
| close-icon.md | File | 365 B | 0777 |
|
| colors.md | File | 2.68 KB | 0777 |
|
| display.md | File | 3.88 KB | 0777 |
|
| embed.md | File | 1.87 KB | 0777 |
|
| flex.md | File | 22.48 KB | 0777 |
|
| float.md | File | 1.67 KB | 0777 |
|
| image-replacement.md | File | 968 B | 0777 |
|
| interactions.md | File | 814 B | 0777 |
|
| overflow.md | File | 1006 B | 0777 |
|
| position.md | File | 1.38 KB | 0777 |
|
| screen-readers.md | File | 596 B | 0777 |
|
| shadows.md | File | 740 B | 0777 |
|
| sizing.md | File | 2.13 KB | 0777 |
|
| spacing.md | File | 3.95 KB | 0777 |
|
| stretched-link.md | File | 4.34 KB | 0777 |
|
| text.md | File | 4.15 KB | 0777 |
|
| vertical-align.md | File | 1.25 KB | 0777 |
|
| visibility.md | File | 914 B | 0777 |
|