javascriptcssreactjshoverreact-big-calendar

Hover styles are not applied in React-big-calendar


In the calendar cell, hover styles are not applied when hovering: cursor hover
but if I change the element state to hover through devtools, then the styles are applied: force hover through devtools


Solution

  • I solved the problem simply by applying a higher z-index to the ".rbc-time-slot" class than to ".rbc-events-container".