The overflow-inline property specifies how overflow along the inline axis is handled (writing-mode-aware). In horizontal writing modes it maps to overflow-x..article {
overflow-inline: auto;
}.sticky-row {
writing-mode: vertical-rl;
overflow-inline: scroll;
}visibleDefault. No special handling of inline-axis overflow.hiddenContent is clipped along the inline axis; no scrolling UI, but programmatic scrolling is allowed.clipContent is clipped along the inline axis; all scrolling is forbidden.scrollAn inline-axis scrollbar is always shown, even without overflow.autoInline-axis scrollbar appears only when overflow exists.CSS Overflow Module Level 3Editor's DraftW3CMDNIn the beginning God created the heavens and the earth.
Now the earth was formless and empty, darkness was over the surface of the deep, and the Spirit of God was hovering over the waters.
And God said, “Let there be light,” and there was light.
Show all codeEdit CSS onlineThe plugin that remembers hundreds of CSS items for youEvery CSS property — in a live demonstrationThe bilingual CSS referencedefinitionexamplessyntaxmodulespecificationsourcesvisual demonstrationpreviousnext