acro5piano / react-native-big-calendar

gcal/outlook like calendar component for React Native
https://react-native-big-calendar.vercel.app
MIT License
420 stars 138 forks source link

Multiple days event are not rendered correctly, zIndex issue #1036

Open Terspychore opened 2 months ago

Terspychore commented 2 months ago

When using multiple days events, the calendar cells are overlaying the extra event width making it invisible if we have a background color. The event seems to be still clickable, but the onPress animation does'nt really trigger.

I am guesing that a fix for that might be tricky as it would change the tree ordering..

Screenshot 2024-04-13 at 15 50 21
acro5piano commented 2 months ago

Hi, sorry for my slow response. As you say it should be tough to fix the issue, but if you create a pull request, I'm happy to merge it. Thanks.