maxHeight

By default, Height of calendar is set to 750px.

maxHeight extra option will adjust the calendar height to any other value required. If the calendar content is higher than the value defined, then a vertical scroll will be available.

Setting a user defined maxHeight can be usefull when either default (750px) or autoHeight doesn't render the calendar as expected.

Usage example: maxHeight=500

Default (750px with autoHeight off): maxHeight_OFF

With maxHeight=500: maxHeight_500