IO-1954 schedule display improvements.

This commit is contained in:
Patrick Fic
2022-07-13 16:17:21 -07:00
parent 05a0ee30f4
commit b346c28fe0
3 changed files with 38 additions and 29 deletions

View File

@@ -4,6 +4,10 @@
.rbc-time-view .rbc-allday-cell {
height: unset;
}
.rbc-month-row{
overflow: unset !important;
}
// .rbc-row-content {
// display: none;
// }

View File

@@ -34,7 +34,7 @@ export function ScheduleCalendarWrapperComponent({
const { t } = useTranslation();
const handleEventPropStyles = (event, start, end, isSelected) => {
return {
...(event.color
...(event.color && !((search.view || defaultView) === "agenda")
? {
style: {
backgroundColor: