Hello all! Long-time player, first-time poster. Just a disclaimer, first up: I'm still pretty much a novice with HTML/CSS, and this whole issue is probably some dumb problem of my own making. But I'm at kind of a loss to figure out a solution, so hopefully someone else can see where I went wrong here and put me on the right track. I recently made a custom sheet to use for a Cortex Prime-based game I'm going to be running. I finished it a couple of weeks ago, and everything seemed to be completely normal and functional: I even used the sheets to make a few sample characters for my players to browse through. Fast-forward to the other night. I was doing prep, getting ready for our first real session, and I noticed something concerning: pretty much all the action buttons in my repeating sections have ceased to function. The CSS all still works--they still light up like they're designed to when hovered, clicked, etc; but the action button itself doesn't do anything--nothing at all pops up in the console, so it's not like it's the sheetworkers themselves kicking out errors. In a way, I think I kind of understand the source of the issue. I know that action buttons in repeating sections have trouble when they're given relative positioning in the CSS, which I *thought* I had worked around by leaving them static (in fact, being pretty specific in my CSS to *make* them all static), but putting them inside a <div> element that was, itself, relative. What has me stumped is: what changed? My code sure didn't. Has Roll20 had an update that changes how it handles these things recently? Has this happened to anyone else, and does anyone know of a way around it, other than just entirely overhauling my repeating sections? Just in case it helps, here are some additional clarifying points: • I'm not using Jumpgate, just the regular old VTT. • I've tried both copying the original game and starting an entirely new game using the same sheet code; no joy. • I did also try re-uploading the code from my local saved copy into the same game as well, just in case something had gotten corrupted; also no result. • It is JUST my repeating sections; all my non-repeating action buttons, and pretty much everything else about the sheet, still seems to work as intended.