css.properties

overflow-y

The overflow-y property specifies vertical overflow behavior.

Formal Syntax

visible | hidden | clip | scroll | auto

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

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

Related Properties