The overflow-y property is a specific case of the generic overflow property. It controls how extra content exceeding the y-axis of the bounding box of an element is rendered.
Overview tablevisible
overflowY
overflow-y: auto
overflow-y: hidden
overflow-y: no-content
overflow-y: no-display
overflow-y: scroll
overflow-y: visible
Using overflow-y
with its values.
.hidden {
overflow-y: hidden;
}
.scroll {
overflow-y: scroll;
}
.auto {
overflow-y: auto;
}
.visible {
overflow-y: visible;
}
Usage
The overflow-y CSS property specifies whether to clip content, render a scroll mechanism, or display overflow content of a block-level element, when it overflows at the top and bottom edges.
Related specifications
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4