The overflow-block property specifies how overflow along the block axis is handled (writing-mode-aware). In horizontal writing modes it maps to overflow-y..article {
overflow-block: auto;
}.vertical-pane {
writing-mode: vertical-rl;
overflow-block: scroll;
}visibleDefault. No special handling of block-axis overflow.hiddenContent is clipped along the block axis; no scrolling UI, but programmatic scrolling is allowed.clipContent is clipped along the block axis; all scrolling is forbidden.scrollA block-axis scrollbar is always shown, even without overflow.autoBlock-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.
God saw that the light was good, and he separated the light from the darkness.
God called the light “day,” and the darkness he called “night.” And there was evening, and there was morning—the first day.
And God said, “Let there be a vault between the waters to separate water from water.”
So God made the vault and separated the water under the vault from the water above it. And it was so.
God called the vault “sky.” And there was evening, and there was morning—the second day.Show all codeEdit CSS onlineThe plugin that remembers hundreds of CSS items for youEvery CSS property — in a live demonstrationThe bilingual CSS referencedefinitionexamplessyntaxmodulespecificationsourcesvisual demonstrationpreviousnext