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