Z Index of Text is Lower than it's Group

Hey all, I have a series of tables that each display a specific data type and a few columns with different fields for that type. Each table just does a basic search of records to show.

One of my tables just randomly stopped showing the text of the fields and I can’t figure out why. I’ve checked all formatting, conditionals, layout settings, etc. I compared every single option from a table that is displaying correctly to a the table that no longer is….still not visible. Technically the text is there and my search filters are functioning, you just can’t see the actual text.

Each cell is really simple - a single group with a single dynamic text box in it. I even added a new column with no groups, just a hard coded text box that says “Test” - nothing is showing up.

When I look at the HTML, one thing I noticed is that the z-index of the text box is lower than that of the group its in….whereas in the table that works the text has a higher z-index. Any thoughts on what might be causing that.

Also, I found that in the Table cell, overflow is apparently hidden for some reason….however, it’s also hidden in the table that works. I tried using an HTML tag for overflow: visible!important as well as for z-index: 1 !important - no luck.

Any thoughts? What might I be missing? I started rebuilding a new table from scratch and it works….but I’d prefer not to have to rebuild all my workflows, layouts, etc.

Table not showing text:

Table showing text:

Overflow setting in table cell:

image