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}
|
||||
showMultiDayTimes
|
||||
localizer={momentLocalizer(moment)}
|
||||
style={{ height: "90%" }}
|
||||
style={{ height: "83%" }}
|
||||
/>
|
||||
</>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user