Hi Mauro!
Let me help you with this topic.
That is mostly sure a conflict with your theme’s styles. You can confirm this by switching to a default theme like twenty seventeen.
Try adding the following CSS snippet into your theme’s styles.css file or by adding them via the WordPress customizer by going to wp-admin > Appearance > Customizer > Additional CSSĀ
#tribe-events-content table.tribe-events-calendar {
overflow: visible;
}
Let me know if it works for your site.
Best,
Victor