css.properties

overflow-x

The overflow-x property specifies horizontal overflow behavior.

Formal Syntax

visible | hidden | clip | scroll | auto

See specification

JavaScript Access

// Access via element.style
element.style.overflowX = 'visible';

Logical Property Group

This property belongs to the overflow logical property group, which includes:

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
overflow-x13.5312
auto13.5312
clip90811690
hidden13.5312
scroll13.5312
visible13.5312

Related Properties