2016-08-24 53 views
3

我使用Fullcalendar调度,问题是,当我有很多的资源,它变得不好,这样的:fullcalendar scheduler problem添加水平滚动到fullcalendar调度

的现场演示,痘痘资源:http://fullcalendar.io/js/fullcalendar-scheduler-1.3.3/demos/vertical-resource-view.html

我有一个想法,它增加了一个水平滚动,但我不知道方式,你们可以帮我吗? 非常感谢你,祝你有美好的一天。

+1

我尝试添加一些CSS和它的作品,但不是很好 '.fc视容器{'' 溢出-X:滚动;'' }'' .fc,view.fc -agendaDay-view.fc-agenda-view {' 'width:300%;' '}' –

+1

您是否找到适当的解决方案? – Peon

回答

0
.fc-view-container { overflow-x: scroll; } <br> 
.fc-view.fc-agendaDay-view.fc-agenda-view{ width: 500%; } <br> 
/* **For 2 day view** */<br> 
.fc-view.fc-agendaTwoDay-view.fc-agenda-view{ width: 500%; }