Enables or disables the ability for the user to scroll content within a presentation container tag.
When true, vertical and/or horizontal scroll bars will be added to the container tag when the contents are larger than the container. When false, any overflowing content will be hidden (default behaviour).
This field takes a single boolean value:
Value | Description |
---|---|
true | the field property is enabled for this tag |
false | the field property is disabled for this tag |
null | the field is left unspecified. Default behaviour applies. |