Getting started
Resources
Flex
Spacing
Layout
Size
Typography
Background
Border
Transition
Utility classes for changing an element's overflow property. Overflow allows you to manage how child content is presented when child content dimensions are larger than the parent container.
Classes for overflow are named using the format: [overflow]-[value]
.
Where value includes:
visible
- for overflow: visible
hidden
- for overflow: hidden
Class | Contents |
|
|
|
|
Note that overflow: visible
is the default value for overflow in Unity. Unless the value needs to be overridden from a parent, the overflow-visible
class is not needed.
UXML
UXML
On this page