bottom
Since UXP v2.0
Sets the bottom position for an element that is relatively or absolutely positioned.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/bottom
Example:
.someElement {
bottom: 0;
position: absolute;
}