Closed theincogtion closed 11 months ago
Hi I cannot reproduce this, also not on the URL you provides - see below:
You have to scroll the list to see the problem. I can reproduce it on Firefox Mobile and Firefox Desktop: On chrome it seems to work fine:
Okay, this is a FullCalendar bug. This plugin uses FullCalendar to display the calendar. Maybe you can fill a bug report over there?
Ah thanks, so this can be solved by setting the stickyHeaderDates
property in the Gutenberg config, for example:
{
"headerToolbar": {
"start": "prev,next today",
"center": "title",
"end": "dayGridMonth,timeGridWeek,listWeek"
},
"stickyHeaderDates": false
}
Or when using the shortcode:
[pgc sticky_header_dates="false"]
While scrolling through a list the day title is mixed up with the text of the calender. Especially ugly on mobile devices.
Can also be observed here: https://blog.michielvaneerd.nl/wordpress-plugins/private-google-calendars/ While watching on mobile.
Feel free to change the title of this request.