Path: blob/main/files/en-us/web/css/@media/overflow-inline/index.md
6517 views
------{{CSSRef}}
The overflow-inline CSS media feature can be used to test how the output device handles content that overflows the initial containing block along the inline axis.
Syntax
The overflow-inline feature is specified as a keyword value chosen from the list below.
none: Content that overflows the inline axis is not displayed.
scroll: Content that overflows the inline axis can be seen by scrolling to it.
Examples
HTML
CSS
Result
{{EmbedLiveSample("Examples")}}
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}