---
layout: single
property_name: overflow
---
Defines how overflowing content on both horizontal and vertical axis is displayed.
The overflowing content is visible, while the element itself stays at the specified height.
The overflowing content is hidden and can not be accessed.
The overflowing content is accessible thanks to a vertical scrollbar.
The browser decides whether to display a vertical scrollbar or not.
#overflow
默认属性
overflow: visible;
overflow: hidden;
overflow: scroll;
overflow: auto;