Bug in full calendar display
-
I just spotted a problem with the full calendar. I’m using v 2.7.5
Here’s my calendar, https://280group.com/product-management-training/calendar/
Note when there’s a week without any events, the dates for Tue-Fri have dropped. Instead of appearing in the top right corner they’re at the middle right.
Looking at the HTML, I found Mon is being formatted differently from the other days of the week.
This is Monday
<div style="min-height: 101px;"> <div class="fc-day-number">5</div> <div class="fc-day-content"> </div>
This is the other days with the date being dropped to the middle right. Note that the style is missing from this <div>
<div> <div class="fc-day-number">6</div> <div class="fc-day-content"> </div>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Bug in full calendar display’ is closed to new replies.