
Hi,
i'm developping my own character sheet, recently i switch most of my button type="roll" to button type="action" to have a bit more control over what happen when. Those buttons are inside repeatable sections.
Last night, i tried to fancy a bit adding box-shadow and learned how to optimize that, but they advise to put the div in position:relative for some reasons not important here.
My problem:
I have a div that "group" buttons with a css rule, and when i put position:relative on it, the js binding on the click is broken ...
Even more, if i put position:relative on any div above in my repeated item, i break the js hook.
i can't figure out why.

The first position:relative div above is the repitem which is automatically generated by roll20
is there a reason behind my issue ? do you have any clue/solutions on that ?