I figured it out. I made the z-indexs really high.
Modal wrapper - 1000
Container 1100.
Then i made sure the interaction to open modal is connected to the more info button ( this can be confusing because when I saw this it might seem that i just assigned the interaction to the element but in reality, interactions are saved “onto” different elements. so when you click an element, you will see interactions on that element.)
THen i made the modal wrapper fixed relative to itself while cotainer 22 was absolute, relative to the body.