---
title: Overflow
position: 9
seo_title: Telerik and Kendo UI Overflow Utilities
seo_description: Use the Telerik and Kendo UI Overflow utilities to control the
overflow behavior of an element.
---
## Overflow
The Telerik and Kendo UI Overflow Utilities are CSS utility classes that enable you to control the overflow behavior of an element.
### Visible Overflow
Use the `k-overflow-visible` utility to prevent the content of an element from being clipped when it overflows.
### Hidden Overflow
Use the `k-overflow-hidden` utility to clip the content of an element when it overflows.
### Horizontal Scrolling
Use the `k-overflow-x` utility to control the horizontal scrolling behavior of an element.
### Vertical Scrolling
Use the `k-overflow-y` utility to control the vertical scrolling behavior of an element.