I've enabled editing functionality for a search results page. When attempting the edit, the editing options are underneath the header row, making the editing options hard to see (see attached image). In Chrome I can inspect the editing options window, adjusting its z-index from 100 to an arbritary 1200 and that brings the editing options window forward to the front. However, I can't figure how to adjust this in Caspio.
In my Caspio style source, I've experimented with the below z-index adjustment, but it hasn't worked:
{
/*Results Page Grid Edit Action Container Attributes*/
text-align: left;
vertical-align: middle;
padding: 0px 3px 0px 3px;
white-space: nowrap;
margin: 0px;
border: none;
width: auto;
z-index: 1200;
}