The overflow-y property
The overflow-y
property tells the browser
what to do with content that exceeds the vertical
boundaries of a block. The functionality of the
property is similar to the
overflow
property.
Syntax
selector {
overflow-y: hidden | scroll | auto | visible;
}