fix calendar height (was getting cut off)
This commit is contained in:
parent
f282d0d96c
commit
c654985e45
@ -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%" }}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user