CSS property: overflow-style
The overflow-style property specifies the scrolling behavior when the element's content overflows its block box.
Property values
Value |
Description |
|---|---|
auto |
This value indicates that the browser displays a scroll bar to allow the user to scroll. |
marquee-block |
This value specifies that the browser clips the content above and below the block box and scrolls the content vertically. |
marquee-line |
This value specifies that the browser clips the content to the left and right of the block box and scrolls the content horizontally. |
Parent topic: CSS Properties