Hi there
I looked at your site and noticed the right border seemed to be hidden. Would you like to include that as well? If so, can you add the following code to your child theme, or in Appearance » Customize » Additional CSS?
table.tribe-events-calendar {
border-collapse: separate !important;
}
#main-content{
overflow: visible!important;
z-index: 1000 !important;
}
If you just wanted the tool-tip fixed:
#main-content{
overflow: visible!important;
z-index: 1000 !important;
}
Let me know if that works for you.
Thanks
Courtney 🙂