offline version v3


34 of 298 menu

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; }
enru