Hey everyone, I'm facing an issue and could use some help! I am currently using the Scheduler in FullCalendar. As I add more resources, the columns for each resource become smaller in order to fit the calendar. However, I would like to set a minimum width for the columns and have a horizontal scroll instead. I attempted to achieve this by setting the following CSS:
.fc-view.fc-agendaDay-view.fc-agenda-view{ width: 500%; }
Unfortunately, this solution is not efficient as the columns shrink again when more resources are added.