I'm trying to adjust the height of my FullCalendar to avoid having 2 scroll bars as seen here.
Currently, the calendar sets its own height in a way that goes beyond the bottom of the screen and the outer scroll bar appears so that the entire calendar can be seen, but there's also a scroll bar inside the calendar to view all the times. I'm trying to figure out how to remove the outer scroll bar by limiting the height of the calendar, or its container, to the height of window. That way only the scroll bar in the calendar stays and there aren't 2 different ones both to see the same thing.