Hello- if you go to this page: https://devv.rayrolando.com/events-calendar/
Please go to April in the calendar
and hover over the test event- the tooltip cuts off at the top of the screen:
Please advise
Hello- if you go to this page: https://devv.rayrolando.com/events-calendar/
Please go to April in the calendar
and hover over the test event- the tooltip cuts off at the top of the screen:
Please advise
Hey @KimAnn,
Thanks for writing in!
The MEC skin has a built-in styling to hide the overflow. This is the reason why the tooltip is cut off. To override the built-in style, you can add this custom CSS in the Cornerstone > Custom Code > Global CSS:
.fc-daygrid.fc-dayGridMonth-view.fc-view {
overflow: visible !important;
}
Kindly let us know how it goes.
That worked perfectly, thank you!
One other question about the calendar extension- Is there a way to add either the excerpt or part of the event description to the calendar info?
Hello @KimAnn,
Adding either the excerpt or part of the event description to the calendar info would require custom modification to the plugin. This is considered custom development already. It is best that you contact a 3rd party developer that is more familiar with MEC plugin.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.