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
Asked
Active
Viewed 2,676 times
2 Answers
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

Arunkumar RS
- 21
- 2