0

Does anyone knows how to change the height of the react big calendar when we add more than one event in a day cell. Big help .Thank you in adnvance

2 Answers2

1

This style change will help auto row height for react-big-calendar.

.rbc-month-row {
  display: inline-table !important;
  flex: 0 0 0 !important;
  min-height: 50px !important;
}
Jack Deeth
  • 3,062
  • 3
  • 24
  • 39
0
.rbc-timeslot-group {
  min-height: 200px;
}