question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

All-day events are displayed in front of the sticky header

See original GitHub issue

In v5, I have a calendar for which I have set height=‘auto’. When in the timeGridWeek or timeGridDay view, if I have several all-day events and scroll, the all-day events overlap the sticky days header: see https://codepen.io/maradragan/pen/oNbdvZZ

As a workaround I’ve done the following

.fc .fc-timegrid .fc-daygrid-body {
  z-index: 1;
}

but I’m not sure it doesn’t break other things.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
arshawcommented, Jul 31, 2020

I just reverted the changes I made because they cause new bugs as @gjvoosten points out. This problem is too hairy to fix easily before the next release, so I need to punt on it for now. @gjvoosten you mention you’d like to have the popover be a direct child of the root calendar (.fc) div as it was in v4. I’ve come to the same conclusion that this is the best solution. It will also fix some other bugs as well (#5532)

0reactions
arshawcommented, May 12, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

New Features in v5.7.0 - FullCalendar
fix: +more popover falls behind the sticky dates header (#5782); fix: all-day events are displayed in front of the sticky header (#5596); fix: ......
Read more >
Full-calendar event not showing properly. How to fix?
I've recently added full-calendar to my website and noticed that the events are not shown correctly. for example: if the event is from...
Read more >
Javascript Event calendar Customizing the header Example
Customize the header of the Javascript event calendar. Add a calendar <-> schedule switch and reposition arrows for navigation.
Read more >
FullCalendar - Browse /v5.7.0 at SourceForge.net
Full-sized drag & drop event calendar. ... behind the sticky dates header (#5782); fix: all-day events are displayed in front of the sticky...
Read more >
How To Automatically Stop Your Fixed Divi Header From ...
Margin on top of the header, padding on the first section, ... Easily integrate The Events Calendar plugin with Divi and display and ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found