hidden constant

OverflowValue const hidden

Overflow content is clipped at the element's padding box. There are no scroll bars, and the clipped content is not visible (i.e., clipped content is hidden), but the content still exists. User agents do not add scroll bars and also do not allow users to view the content outside the clipped region by actions such as dragging on a touch screen or using the scroll wheel on a mouse. The content can be scrolled programmatically, in which case the element box is a scroll container.

Implementation

static const OverflowValue hidden = OverflowValue._('hidden');