fix calendar height (was getting cut off)

This commit is contained in:
mbalsdon 2022-03-25 11:26:51 -07:00
parent f282d0d96c
commit c654985e45

View File

@ -129,7 +129,7 @@ const CalendarPage: React.FC = () => {
step={60} step={60}
showMultiDayTimes showMultiDayTimes
localizer={momentLocalizer(moment)} localizer={momentLocalizer(moment)}
style={{ height: "90%" }} style={{ height: "83%" }}
/> />
</> </>