overflow

overflow

Controls how content that exceeds an element's box is handled.

Type

"visible" | "hidden" | "auto" | "clip" | null

Supported by

  • FrameNode

  • TextNode

Caveats

  • Setting to null removes the overflow property

  • Will overwrite overflowX or overflowY