Closed
Description
Clear and concise description of the problem
When you have too many all-day events, it can become cumbersome in the week view:
Suggested solution
Add a "show more" that would show a popup, just as with day cells in month view
Alternative
I added this CSS rule:
.rbc-allday-row {
max-height: 110px;
overflow: auto;
}
And it mitigates the issue, but not a great UX:
Additional context
Full Calendar seems to support it:
Validations
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Would you like to open a PR for this feature?
- I'm willing to open a PR