[Home](./index.md) > [kibana-plugin-plugins-expressions-public](./kibana-plugin-plugins-expressions-public.md) > [Overflow](./kibana-plugin-plugins-expressions-public.overflow.md)
## Overflow enum
Enum of supported CSS `overflow` properties.
Signature:
```typescript
export declare enum Overflow
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| AUTO | "auto"
| |
| HIDDEN | "hidden"
| |
| SCROLL | "scroll"
| |
| VISIBLE | "visible"
| |