Layout
overflow-y to Tailwind
Vertical overflow gets its own utility family, most often reached for asoverflow-y-auto on a scrolling pane.The 5 mappings below are read straight out of Tailwind v4.3.3, not maintained by hand, so this is what the converter will actually produce for overflow-y.
overflow-y values and their classes
| CSS | Tailwind |
|---|---|
| overflow-y: auto; | overflow-y-auto |
| overflow-y: clip; | overflow-y-clip |
| overflow-y: hidden; | overflow-y-hidden |
| overflow-y: scroll; | overflow-y-scroll |
| overflow-y: visible; | overflow-y-visible |
Other layout properties
Converting a whole stylesheet?
Paste it into the converter and get every rule at once, shorthands expanded, media queries turned into breakpoint variants, and the parts that have no Tailwind equivalent flagged rather than dropped.
Open the converter