ChatiumFor developersPlaygroundPricing
Sign in

Style, Sizes

width, maxWidth, minWidth number | percent

Sets the width of the block. In pixels as an absolute value, or in percentages as a relative value to the width of the parent container. maxWidth takes precedence over width. minWidth takes precedence over maxWidth and width.

dimensions-1

height, maxHeight, minHeight number | percent

Sets the height of the block. In pixels as an absolute value, or in percentages as a relative value to the height of the parent container. maxHeight takes precedence over height. minHeight takes precedence over maxHeight and height.

dimensions-2

overflow 'visible' | 'hidden'

Default: 'hidden'

Property of the container.

Determines how child elements are displayed when they take up excess space beyond the container's boundaries.

dimensions-3