The overflow property controls what happens when a CSS2 element overflows its containing block.
Verba Graeca mihi Latina sunt. Verba Graeca mihi Latina sunt.Verba Graeca mihi Latina sunt. Verba Graeca mihi Latina sunt.Verba Graeca mihi Latina sunt. Verba Graeca mihi Latina sunt.
Verba Graeca mihi Latina sunt. Verba Graeca mihi Latina sunt.Verba Graeca mihi Latina sunt. Verba Graeca mihi Latina sunt.Verba Graeca mihi Latina sunt. Verba Graeca mihi Latina sunt.Verba Graeca mihi Latina sunt. Verba Graeca mihi Latina sunt.
| Property | Value | Description |
| overflow: | visible | Content may be rendered outside the containing block (the default) |
| overflow: | hidden | Content will not be rendered outside the containing block |
| overflow: | scroll | If the content would overflow, display a scroll bar |
| overflow: | auto | UA dependent; Should display a scrollbar if the box would overflow |