Offset the position of an element (allowing text overlays)

Many designs require elements to overlap. Can be done with some css overrides but a native ability to have elements overlap would be nice. Even something as simple as ability to specify an up and down offset in px or %.

._retool-textoverlay {
position: relative;
left: 35px;
z-index: 9999 !important;
}

image

1 Like

Has anyone found a solution to this??

Hey @FinaSS! This is currently only possible with custom CSS. We have a feature request to support this, and I can update this topic when I have any additional information on its status.

1 Like