Overflows
Overflow
Overflow can be tricky so we gave you as much as we could to try and help out!
Class
Class | Result |
---|---|
overflow-visible
|
Sets overflow to visible. |
overflow-hidden
|
Sets overflow to hidden. |
overflow-scroll
|
Sets overflow to scroll. |
overflow-auto
|
Sets overflow to auto. |
overflow-y--visible
|
Sets vertical overflow to visible. |
overflow-y--hidden
|
Sets vertical overflow to hidden. |
overflow-y--scroll
|
Sets vertical overflow to scroll. |
overflow-y--auto
|
Sets vertical overflow to auto. |
overflow-x--visible
|
Sets horizontal overflow to visible. |
overflow-x--hidden
|
Sets horizontal overflow to hidden. |
overflow-x--scroll
|
Sets horizontal overflow to scroll. |
overflow-x--auto
|
Sets horizontal overflow to auto. |
Visualizer
Try this! Test an overflow here!