Hi, nattyp. Great question! 🙂
It looks like this issue is being casued by this code in the main stylesheet of your theme (starting line 2898):
.input-button-container /*wrapped around by JS*/
To counteract this for your tickets area, please try adding this in a tribe-events.css:
table.tribe-events-tickets span.input-button-container {
position: static;
}
If you haven’t set up a custom CSS for our plugins before, please check out our Themer’s Guide, linked in the sidebar, for full details on how it’s done. Hopefully, that will get you all sorted! 🙂