Version: 2020.2
言語: 日本語

Overflow

enumeration

マニュアルに切り替える

説明

Defines what should happend if content overflows an element bounds.

変数

VisibleThe overflow is not clipped. It renders outside the element's box. Default Value.
HiddenThe overflow is clipped, and the rest of the content will be invisible.