본문으로 건너뛰기

Max height

Accepted keys

  • --max-height
  • --maxheight

Syntax

`--max-height=${typeof length}`;

Example

--max-height=100

--max-height=100px

--max-height=100vh

Behavior

Element There is no impact on element itself, but it can break relative layouts.

Style When applied, this will force the node to be rendered with a max-height style.

See Also