css.properties

overflow-block

The overflow-block property specifies overflow behavior in the block direction.

Formal Syntax

visible | hidden | clip | scroll | auto

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
overflow-block1356926135
auto1356926135
clip1358126135
hidden1356926135
overlay135112โ€”135
scroll1356926135
visible1356926135

Related Properties