简体   繁体   中英

React Big Calendar Row size change?

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

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;
}
.rbc-timeslot-group {
  min-height: 200px;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM