# Resize

Resize is used especially for textareas simultaneously together with overflow.

- **Not | none resizable:** resizable-none | not-resizable
- **X axis:** resizable-x
- **Y axis:** resizable-y
- **Both axis:** resizable-both

## Examples
````Html
<textarea class="resizable-y overflow-auto">
 Some text inside
</textarea>
````
