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