The overflow-x property
The overflow-x
property tells the browser
what to do with content that extends horizontally
beyond the boundaries of the block. The functionality
of the property is similar to the
overflow
property.
Syntax
selector {
overflow-x: hidden | scroll | auto | visible;
}