jquense / react-big-calendar

gcal/outlook like calendar component
http://jquense.github.io/react-big-calendar/examples/index.html
MIT License
7.87k stars 2.23k forks source link

Popup not working #2058

Open Klausmd5 opened 2 years ago

Klausmd5 commented 2 years ago

Do you want to request a feature or report a bug?

Bug: The Calendar does not show the url to open a popup

What's the current behavior?

Output on Chrome: image

CodeSnippets: image image image image

What's the expected behavior?

To show a popup opening link

Klausmd5 commented 2 years ago

It seems like that the custom "Event" componend blew the view up and moved the + url in the overflow-hidden area

cutterbl commented 2 years ago

@Klausmd5 is correct. You want your specialized custom event display, but only in 'week' or 'day' views. You mess with the 'month' event you will push that 'more' link outside the viewable area.